source: imaps-backend/backendRender/src/main/resources/application.properties@ d565449

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
RevLine 
[d565449]1spring.application.name=backendRender
2spring.datasource.url=jdbc:postgresql://localhost:6432/imaps
3spring.datasource.username=imaps_admin
4spring.datasource.password=iMapsResen2024
5spring.jpa.hibernate.ddl-auto=validate
6spring.jpa.show-sql=true
7spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
8spring.jpa.properties.hibernate.format_sql=true
9logging.level.org.springframework.security=DEBUG
10
Note: See TracBrowser for help on using the repository browser.