why tf did I dockerize the proxy ?

This commit is contained in:
Laurent
2025-02-25 08:45:01 +01:00
parent 676ee40cca
commit 102b4fe055
14 changed files with 9016 additions and 120 deletions

View File

@@ -12,7 +12,7 @@ sec.cors.authorizedHeader=Authorization,Content-type
#=============DATABASE=============
spring.datasource.url=jdbc:${DB_URL}
spring.datasource.username=${DB_USER}
spring.datasource.password=${DB_PASSWORD}
spring.datasource.password=
spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect
spring.jpa.show-sql=true