|
Last change
on this file since 867c6ef was 867c6ef, checked in by Nikola Jordanoski <nikolaj_koko@…>, 5 months ago |
|
Improved user disable, added user re-enable account + scheduled task for account deletion, sheduled task for manager & worker account disabling + new User model field LastActivityDate + initial email sending functionality
|
-
Property mode
set to
100644
|
|
File size:
435 bytes
|
| Line | |
|---|
| 1 | spring.application.name=ReserveNGo
|
|---|
| 2 | server.port=8080
|
|---|
| 3 | spring.profiles.active=dev
|
|---|
| 4 | # use prod for postgre
|
|---|
| 5 |
|
|---|
| 6 | spring.servlet.multipart.max-file-size=10MB
|
|---|
| 7 | spring.servlet.multipart.max-request-size=20MB
|
|---|
| 8 |
|
|---|
| 9 | spring.mail.host=${MAIL_HOST:smtp.gmail.com}
|
|---|
| 10 | spring.mail.port=587
|
|---|
| 11 | spring.mail.username=${MAIL_USERNAME:}
|
|---|
| 12 | spring.mail.password=${MAIL_PASSWORD:}
|
|---|
| 13 | spring.mail.properties.mail.smtp.auth=true
|
|---|
| 14 | spring.mail.properties.mail.smtp.starttls.enable=true |
|---|
Note:
See
TracBrowser
for help on using the repository browser.