source: backend/src/main/resources/application-remote.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: 261 bytes
Line 
1# Remote PostgreSQL environment
2spring.datasource.url=jdbc:postgresql://localhost:9999/${DB_REMOTE_NAME}
3spring.datasource.username=${DB_REMOTE_USERNAME}
4spring.datasource.password=${DB_REMOTE_PASSWORD}
5spring.datasource.driver-class-name=org.postgresql.Driver
Note: See TracBrowser for help on using the repository browser.