aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
authorLibravatar OMKAR AGRAWAL <Omkaragrawal@users.noreply.github.com>2020-07-15 20:09:12 +0530
committerLibravatar OMKAR AGRAWAL <Omkaragrawal@users.noreply.github.com>2020-07-15 20:09:12 +0530
commitb9f606ba2e2e92838bf25d63b8006157921d8fac (patch)
tree031150cd929e92ac5094582d1cc0ad66e5b4302e /.env.example
parentFixed issue with pg SSL (diff)
downloadferdium-server-b9f606ba2e2e92838bf25d63b8006157921d8fac.tar.gz
ferdium-server-b9f606ba2e2e92838bf25d63b8006157921d8fac.tar.zst
ferdium-server-b9f606ba2e2e92838bf25d63b8006157921d8fac.zip
added env variable MAIL_SSL
Diffstat (limited to '.env.example')
-rw-r--r--.env.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/.env.example b/.env.example
index 94a6304..12755ae 100644
--- a/.env.example
+++ b/.env.example
@@ -36,4 +36,5 @@ SMTP_PORT=2525
36SMTP_HOST=127.0.0.1 36SMTP_HOST=127.0.0.1
37MAIL_USERNAME=username 37MAIL_USERNAME=username
38MAIL_PASSWORD=password 38MAIL_PASSWORD=password
39MAIL_SENDER=noreply@getferdi.com \ No newline at end of file 39MAIL_SENDER=noreply@getferdi.com
40MAIL_SSL=true \ No newline at end of file