ClaptrapBot/src/main/resources/application.properties

6 lines
191 B
Properties
Raw Normal View History

2017-12-12 20:10:08 +01:00
server.port=${PORT}
spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=${DB_URL}
spring.datasource.username=${DB_USER}
spring.datasource.password=${DB_PWD}
spring.thymeleaf.cache=true