Commit ab3eeb28 authored by dockx thibault's avatar dockx thibault
Browse files

Merge branch...

Merge branch '48-orchestrator-add-options-mailauth-and-mail_sec_verify-in-orchestrator-configuration-file' into 'dev'

Resolve "[Orchestrator] - Add options mailAuth and mail_sec_verify in orchestrator configuration file"

See merge request !59
Showing with 4 additions and 0 deletions
+4 -0
......@@ -18,9 +18,13 @@ TOKEN_EXPIRY="300"
REFRESH_EXPIRY="432000"
#Information related to PHP Mailer
MAIL_AUTH="TRUE"
# If mail auth is TRUE, below user and pass are required
MAIL_USER="fusiondirectory"
MAIL_PASS="<mail_pass>"
MAIL_HOST="mail.fusiondirectory.org"
MAIL_SEC_VERIFY="TRUE"
# If mail sec verify is set to true, mail_sec is required
MAIL_SEC="<ssl/tls>"
MAIL_PORT="25"
......
Supports Markdown
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