This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 5cfd695e authored by Cont Deploy's avatar Cont Deploy
Browse files

adapt configs for mail sending

parent ea4223eb
Branches
2 merge requests!203Just trivial merge back from master to development,!194Merge Master Bugfix back to Development
......@@ -46,19 +46,23 @@ spring:
useServerPrepStmts: true
# jpa:
# elasticsearch:
# rest:
# set by spring config
# uris: http://sharing_elasticsearch:9200
# rest:
# set by spring config
# uris: http://sharing_elasticsearch:9200
# Replace by 'prod, faker' to add the faker context and have sample data loaded in production
liquibase:
contexts: prod
mail:
host: smtp.uibk.ac.at
port: 25
from: artemis-support-informatik@uibk.ac.at
username: ${MAIL_USERNAME}
password: ${MAIL_PASSWORD}
from: no-reply@uibk.ac.at
enabled: true
smtp:
auth: true
starttls:
enable: true
required: true
thymeleaf:
cache: true
security:
......
......@@ -66,8 +66,14 @@ spring:
mail:
host: smtp.uibk.ac.at
port: 25
from: artemis-support-informatik@uibk.ac.at
username: ${MAIL_USERNAME}
password: ${MAIL_PASSWORD}
smtp:
auth: true
starttls:
enable: true
required: true
messages:
cache-duration: PT1S # 1 second, see the ISO 8601 standard
thymeleaf:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment