Last change
on this file was 74af394, checked in by makyjovanovsky <mjovanovski04@…>, 22 months ago |
login/register with mail confirmation
|
-
Property mode
set to
100644
|
File size:
866 bytes
|
Line | |
---|
1 | spring.datasource.url=jdbc:postgresql://localhost:5432/users
|
---|
2 | spring.datasource.username=postgres
|
---|
3 | spring.datasource.password=maky123
|
---|
4 | spring.jpa.hibernate.ddl-auto=create-drop
|
---|
5 | spring.jpa.show-sql=true
|
---|
6 | spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
|
---|
7 | spring.jpa.properties.hibernate.format_sql=true
|
---|
8 |
|
---|
9 | spring.freemarker.template-loader-path=classpath:/templates
|
---|
10 | spring.freemarker.suffix=.ftl
|
---|
11 |
|
---|
12 | spring.mail.host=localhost
|
---|
13 | spring.mail.port=1025
|
---|
14 | spring.mail.username=maky
|
---|
15 | spring.mail.password=maky
|
---|
16 |
|
---|
17 | spring.mail.properties.mail.transport.protocol = smtp
|
---|
18 | spring.mail.properties.mail.smtp.ssl.trust="*"
|
---|
19 | spring.mail.properties.mail.smtp.auth=true
|
---|
20 | spring.mail.properties.mail.starttls.enable=true
|
---|
21 | spring.mail.properties.mail.smtp.connectiontimeout=5000
|
---|
22 | spring.mail.properties.mail.smtp.timeout=3000
|
---|
23 | spring.mail.properties.mail.smtp.writetimeout=5000 |
---|
Note:
See
TracBrowser
for help on using the repository browser.