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:
|
||||
application:
|
||||
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:
|
||||
oauth2:
|
||||
resourceserver:
|
||||
|
|
Loading…
Add table
Reference in a new issue