source: back_end/src/main/resources/application-prod.properties@ 81c9e25

Last change on this file since 81c9e25 was 81c9e25, checked in by Vzdra <vladko.zdravkovski@…>, 4 years ago

reorganization

  • Property mode set to 100644
File size: 275 bytes
Line 
1spring.datasource.url=jdbc:postgresql://localhost:5432/tinki
2
3spring.datasource.username=tinki
4spring.datasource.password=.
5
6spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL10Dialect
7
8spring.h2.console.enabled=true
9spring.jpa.hibernate.ddl-auto=update
Note: See TracBrowser for help on using the repository browser.