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

main
Last change on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago

Pred finalna verzija

  • Property mode set to 100644
File size: 418 bytes
RevLine 
[d565449]1spring.application.name=backendRender
[0c6b92a]2spring.datasource.url=jdbc:postgresql://localhost:5432/imaps_prod
3spring.datasource.username=${DB_USER}
4spring.datasource.password=${DB_PASS}
[d565449]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
[0c6b92a]9
10logging.level.org.springframework.web=DEBUG
[d565449]11
Note: See TracBrowser for help on using the repository browser.