Added mail configuration
This commit is contained in:
parent
73e40980de
commit
230648a968
@ -54,10 +54,16 @@ spring:
|
||||
# Remove 'faker' if you do not want the sample data to be loaded automatically
|
||||
contexts: dev
|
||||
mail:
|
||||
host: localhost
|
||||
port: 1025
|
||||
username:
|
||||
password:
|
||||
host: mail.nerdfortress.dev
|
||||
port: 587
|
||||
username: crusadetracker@send.nerdfortress.dev #Replace this field with your Gmail username.
|
||||
password: '!k$yzY9h42@D' #Replace this field with your Gmail password/App password.
|
||||
protocol: smtp
|
||||
tls: true
|
||||
properties.mail.smtp:
|
||||
auth: true
|
||||
starttls.enable: true
|
||||
ssl.trust: mail.nerdfortress.dev
|
||||
messages:
|
||||
cache-duration: PT1S # 1 second, see the ISO 8601 standard
|
||||
thymeleaf:
|
||||
|
@ -50,10 +50,16 @@ spring:
|
||||
liquibase:
|
||||
contexts: prod
|
||||
mail:
|
||||
host: localhost
|
||||
port: 25
|
||||
username:
|
||||
password:
|
||||
host: mail.nerdfortress.dev
|
||||
port: 587
|
||||
username: crusadetracker@send.nerdfortress.dev #Replace this field with your Gmail username.
|
||||
password: '!k$yzY9h42@D' #Replace this field with your Gmail password/App password.
|
||||
protocol: smtp
|
||||
tls: true
|
||||
properties.mail.smtp:
|
||||
auth: true
|
||||
starttls.enable: true
|
||||
ssl.trust: mail.nerdfortress.dev
|
||||
thymeleaf:
|
||||
cache: true
|
||||
|
||||
|
@ -141,7 +141,7 @@ jhipster:
|
||||
# allow-credentials: true
|
||||
# max-age: 1800
|
||||
mail:
|
||||
from: crusadetracker@localhost
|
||||
from: crusadetracker@send.nerdfortress.dev
|
||||
swagger:
|
||||
default-include-pattern: /api/.*
|
||||
title: crusadetracker API
|
||||
|
Loading…
Reference in New Issue
Block a user