Added missing env variables in application.properties. #3
nclazz/nclazz-mail-relay/pipeline/head This commit looks good Details

pull/21/head
Niclas Thobaben 2022-02-15 15:05:18 +01:00
parent 0afa1eacfd
commit fff1ea26cc
1 changed files with 3 additions and 3 deletions

View File

@ -7,10 +7,10 @@ management.endpoints.web.exposure.include=info,health
management.endpoint.info.enabled=true
management.endpoint.health.enabled=true
spring.mail.username=
spring.mail.password=
spring.mail.username=${MAIL_USERNAME}
spring.mail.password=${MAIL_PASSWORD}
spring.mail.host=smtp.nclazz.de
spring.mail.port=25
spring.mail.protocol=smtp
nclazz.auth.token=
nclazz.auth.token=${AUTH_TOKEN}