Last change
on this file since 763289e was 401a211, checked in by Gjoko <goko_kostadinov@…>, 2 years ago |
Fixing security configuration
|
-
Property mode
set to
100644
|
File size:
353 bytes
|
Line | |
---|
1 | spring.datasource.url=jdbc:postgresql://localhost:5432/schedlr
|
---|
2 | spring.datasource.username=postgres
|
---|
3 | spring.datasource.password=postgres
|
---|
4 |
|
---|
5 | spring.sql.init.mode=always
|
---|
6 |
|
---|
7 | spring.jpa.hibernate.ddl-auto=none
|
---|
8 | spring.jpa.show-sql=true
|
---|
9 | spring.jpa.properties.hibernate.format_sql=true
|
---|
10 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
Note:
See
TracBrowser
for help on using the repository browser.