main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
422 bytes
|
Line | |
---|
1 | spring.application.name=backendRender
|
---|
2 | spring.datasource.url=jdbc:postgresql://localhost:6432/imaps
|
---|
3 | spring.datasource.username=imaps_admin
|
---|
4 | spring.datasource.password=iMapsResen2024
|
---|
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 | logging.level.org.springframework.security=DEBUG
|
---|
10 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.