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:
11
src/main/resources/application-prod.properties
Normal file
11
src/main/resources/application-prod.properties
Normal 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
|
||||
Reference in New Issue
Block a user