Fix
This commit is contained in:
parent
39137a4dfc
commit
3bac4ac9f3
|
@ -228,9 +228,9 @@ ocm_mount_point = "/sciencemesh"
|
||||||
|
|
||||||
[http.services.sciencemesh.smtp_credentials]
|
[http.services.sciencemesh.smtp_credentials]
|
||||||
disable_auth = false
|
disable_auth = false
|
||||||
sender_mail = "noreply@drive.test.sunet.se"
|
sender_mail = "noreply@<%= @domain %>"
|
||||||
sender_login = "noreply@drive.test.sunet.se"
|
sender_login = "noreply@<%= @domain %>"
|
||||||
sender_password = "Zg97oZWjMm!k9EQGqEfMzqQ2X_xBxzC"
|
sender_password = "<%= @smtp_credentials %>"
|
||||||
smtp_server = "smtp.sunet.se"
|
smtp_server = "smtp.sunet.se"
|
||||||
smtp_port = 587
|
smtp_port = 587
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue