feat: Add mainRoute configuration for OpenID in application and environment files

This commit is contained in:
2026-01-20 19:41:29 +01:00
parent 3787e0f3ed
commit 4f52c1a0f3
6 changed files with 29 additions and 11 deletions

View File

@@ -12,7 +12,6 @@
<properties>
<!-- Hibernate specific settings -->
<property name="hibernate.dialect" value="org.hibernate.dialect.PostgreSQLDialect"/>
<property name="hibernate.hbm2ddl.auto" value="update"/>
<property name="hibernate.archive.autodetection" value="class"/>
<property name="hibernate.show_sql" value="false"/>