17 lines
540 B
Properties
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 |