main
Last change
on this file was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago |
Pred finalna verzija
|
-
Property mode
set to
100644
|
File size:
418 bytes
|
Line | |
---|
1 | spring.application.name=backendRender
|
---|
2 | spring.datasource.url=jdbc:postgresql://localhost:5432/imaps_prod
|
---|
3 | spring.datasource.username=${DB_USER}
|
---|
4 | spring.datasource.password=${DB_PASS}
|
---|
5 | spring.jpa.hibernate.ddl-auto=validate
|
---|
6 | spring.jpa.show-sql=true
|
---|
7 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
8 | spring.jpa.properties.hibernate.format_sql=true
|
---|
9 |
|
---|
10 | logging.level.org.springframework.web=DEBUG
|
---|
11 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.