Verified Commit ffa2725a authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: Feat(Orchestrator) - Adding two new environment var.

Adds 2 new env var to allow mail to be secure or not. With auth or without.
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