source: phonelux-backend/src/main/resources/application.properties@ dfd5d87

Last change on this file since dfd5d87 was dfd5d87, checked in by Marko <Marko@…>, 22 months ago

Registration logic with confirmation token implemented

  • Property mode set to 100644
File size: 766 bytes
Line 
1spring.datasource.url=jdbc:postgresql://localhost:5432/phonelux
2spring.datasource.username=
3spring.datasource.password=
4spring.jpa.hibernate.ddl-auto=update
5spring.jpa.show-sql=true
6spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL9Dialect
7spring.jpa.properties.hibernate.format_sql=true
8
9spring.mail.host=localhost
10spring.mail.port=1025
11spring.mail.username=hello
12spring.mail.password=hello
13
14spring.mail.properties.mail.transport.protocol=smtp
15spring.mail.properties.mail.smtp.ssl.trust="*"
16spring.mail.properties.mail.smtp.auth=false
17spring.mail.properties.mail.smtp.starttls.enable=false
18spring.mail.properties.mail.smtp.connectiontimeout=5000
19spring.mail.properties.mail.smtp.timeout=3000
20spring.mail.properties.mail.smtp.writetimeout=5000
Note: See TracBrowser for help on using the repository browser.