|
Last change
on this file was 6df9935, checked in by Nikola Jordanoski <nikolaj_koko@…>, 5 months ago |
|
Email servce full implementation, Local Manager and Worker registration reworked (only works with special invitation link) + new Invite Token + updated docker
|
-
Property mode
set to
100644
|
|
File size:
478 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:reservengo2025@gmail.com}
|
|---|
| 12 | spring.mail.password=${MAIL_PASSWORD:nwix jxkk xzej yfmr}
|
|---|
| 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.