5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-12 05:51:05 +01:00

Add testing profile

This commit is contained in:
Anton Micke
2025-03-17 16:29:39 +01:00
committed by AJMicke
parent 6f26afdf2c
commit d7076428fd
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
server.port=${PORT:8080}
logging.level.org.atmosphere = warn
spring.mustache.check-template-location = false
spring.datasource.url=${DATABASE_URI}
spring.datasource.username=${DATABASE_USER}
spring.datasource.password=${DATABASE_PASSWORD}
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.jpa.hibernate.ddl-auto=validate
spring.jpa.show-sql=false
spring.jpa.open-in-view=false