ClaptrapBot/src/main/resources/application.properties
2018-02-14 12:53:46 +01:00

6 lines
191 B
INI

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