Adding DB settings
This commit is contained in:
parent
fe139539c9
commit
b79f809094
@ -1 +1,6 @@
|
|||||||
server.port=${PORT}
|
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
|
Loading…
Reference in New Issue
Block a user