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
|
Rev | Line | |
---|
[81c9e25] | 1 | spring.datasource.url=jdbc:postgresql://localhost:5432/tinki
|
---|
| 2 |
|
---|
| 3 | spring.datasource.username=tinki
|
---|
| 4 | spring.datasource.password=.
|
---|
| 5 |
|
---|
| 6 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL10Dialect
|
---|
| 7 |
|
---|
| 8 | spring.h2.console.enabled=true
|
---|
| 9 | spring.jpa.hibernate.ddl-auto=update |
---|
Note:
See
TracBrowser
for help on using the repository browser.