Configure mail stuff
This commit is contained in:
parent
f8f6a7197a
commit
afbece12d5
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ server:
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: IdM-Service
|
name: IdM-Service
|
||||||
|
mail:
|
||||||
|
host: relay-1.swedenconnect.se
|
||||||
|
port: 587
|
||||||
|
username: <%= scope.call_function('safe_hiera', ['smtp_user']) %>
|
||||||
|
password: <%= scope.call_function('safe_hiera', ['smtp_password']) %>
|
||||||
security:
|
security:
|
||||||
oauth2:
|
oauth2:
|
||||||
resourceserver:
|
resourceserver:
|
||||||
|
|
Loading…
Add table
Reference in a new issue