aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/application.properties
blob: da7f8293f67ff4a0dbf5de12f67c3ea0d0f1a8d4 (plain) (blame)
1
2
3
4
5
6
spring.jpa.hibernate.ddl-auto=create-drop
spring.datasource.url=jdbc:mysql://${MARIADB_HOST:localhost}:3306/pantry-db
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.datasource.username=pantry-user
spring.datasource.password=i2j9ds0g
spring.jpa.show-sql=true