aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/application.properties
blob: dff30885afa820c793219b049e7285a31e454e87 (plain) (blame)
1
2
3
4
5
6
7
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
spring.jpa.open-in-view=true