source: backend/src/main/resources/application-local.properties

Last change on this file was 48d2bed, checked in by MBK <marija.karapandzova@…>, 2 days ago

Remote database setup, fixed models and application properties

  • Property mode set to 100644
File size: 268 bytes
Line 
1# PostgreSQL via Docker/local environment
2spring.datasource.url=jdbc:postgresql://localhost:5433/${DB_LOCAL_NAME}
3spring.datasource.username=${DB_LOCAL_USERNAME}
4spring.datasource.password=${DB_LOCAL_PASSWORD}
5spring.datasource.driver-class-name=org.postgresql.Driver
Note: See TracBrowser for help on using the repository browser.