source: petify-backend/src/main/resources/application-local.properties@ 92e7c7a

Last change on this file since 92e7c7a was 92e7c7a, checked in by veronika-ils <ilioskaveronika@…>, 6 hours ago

Petify fullstack project

  • Property mode set to 100644
File size: 288 bytes
RevLine 
[92e7c7a]1
2# PostgreSQL via Docker
3spring.datasource.url=jdbc:postgresql://localhost:5433/${DB_LOCAL_NAME}
4spring.datasource.username=${DB_LOCAL_USERNAME}
5spring.datasource.password=${DB_LOCAL_PASSWORD}
6spring.datasource.driver-class-name=org.postgresql.Driver
7
8
9spring.jpa.hibernate.ddl-auto=none
Note: See TracBrowser for help on using the repository browser.