5
0
mirror of https://github.com/AJMicke/KickerELO.git synced 2026-03-11 13:31:02 +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,8 @@
server.port=${PORT:8080}
logging.level.org.atmosphere = warn
spring.mustache.check-template-location = false
spring.datasource.url=jdbc:h2:mem:testdb
spring.datasource.username=sa
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=create