Last change
on this file since 5201690 was dfd5d87, checked in by Marko <Marko@…>, 2 years ago |
Registration logic with confirmation token implemented
|
-
Property mode
set to
100644
|
File size:
766 bytes
|
Rev | Line | |
---|
[b68ae8d] | 1 | spring.datasource.url=jdbc:postgresql://localhost:5432/phonelux
|
---|
| 2 | spring.datasource.username=
|
---|
| 3 | spring.datasource.password=
|
---|
| 4 | spring.jpa.hibernate.ddl-auto=update
|
---|
| 5 | spring.jpa.show-sql=true
|
---|
| 6 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL9Dialect
|
---|
| 7 | spring.jpa.properties.hibernate.format_sql=true
|
---|
[dfd5d87] | 8 |
|
---|
| 9 | spring.mail.host=localhost
|
---|
| 10 | spring.mail.port=1025
|
---|
| 11 | spring.mail.username=hello
|
---|
| 12 | spring.mail.password=hello
|
---|
| 13 |
|
---|
| 14 | spring.mail.properties.mail.transport.protocol=smtp
|
---|
| 15 | spring.mail.properties.mail.smtp.ssl.trust="*"
|
---|
| 16 | spring.mail.properties.mail.smtp.auth=false
|
---|
| 17 | spring.mail.properties.mail.smtp.starttls.enable=false
|
---|
| 18 | spring.mail.properties.mail.smtp.connectiontimeout=5000
|
---|
| 19 | spring.mail.properties.mail.smtp.timeout=3000
|
---|
| 20 | spring.mail.properties.mail.smtp.writetimeout=5000 |
---|
Note:
See
TracBrowser
for help on using the repository browser.