source: imaps-backend/backendRender/target/classes/application.properties@ 79a0317

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 600 bytes
Line 
1spring.application.name=imaps-backend
2spring.datasource.username=${DB_USER}
3spring.datasource.password=${DB_PASS}
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
8
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
19logging.level.org.springframework.web=DEBUG
20
Note: See TracBrowser for help on using the repository browser.