workouttest_server/src/main/resources/application-prod.properties
2022-10-02 15:13:36 +02:00

17 lines
540 B
Properties

spring.config.activate.on-profile=prod
spring.config.use-legacy-processing = true
spring.datasource.username = aitrainer
spring.datasource.password = ENC(WZplPYr8WmrLHshesY4T6oXplK3MlUVJ)
# The SQL dialect makes Hibernate generate better SQL for the chosen database
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
logging.config=classpath:logback-spring.xml
logging.file=logs
# if the database structue has been changed, increment this version number
application.version=1.0.56
jwt.secret=aitrainer