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

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 2 weeks ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 600 bytes
RevLine 
[79a0317]1spring.application.name=imaps-backend
[0c6b92a]2spring.datasource.username=${DB_USER}
3spring.datasource.password=${DB_PASS}
[d565449]4spring.jpa.hibernate.ddl-auto=validate
5spring.jpa.show-sql=true
6spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
7spring.jpa.properties.hibernate.format_sql=true
[0c6b92a]8
[79a0317]9
10
11spring.mail.host=smtp.gmail.com
12spring.mail.port=587
13spring.mail.username=${MAIL_NAME}
14spring.mail.password=${MAIL_PASS}
15spring.mail.properties.mail.smtp.auth=true
16spring.mail.properties.mail.smtp.starttls.enable=true
17
18spring.profiles.active=dev
[0c6b92a]19logging.level.org.springframework.web=DEBUG
[d565449]20
Note: See TracBrowser for help on using the repository browser.