aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
authorLibravatar OMKAR AGRAWAL <Omkaragrawal@users.noreply.github.com>2020-10-09 07:18:40 +0530
committerLibravatar GitHub <noreply@github.com>2020-10-09 07:18:40 +0530
commitb4011ca927cde0de518c2594979c450f247b7721 (patch)
tree782e491dd4caea68ac0b6462b1ccb293ba12c558 /.env.example
parentChanges made as requested (diff)
parentMerge branch 'master' into SSL-pg-mail (diff)
downloadferdium-server-b4011ca927cde0de518c2594979c450f247b7721.tar.gz
ferdium-server-b4011ca927cde0de518c2594979c450f247b7721.tar.zst
ferdium-server-b4011ca927cde0de518c2594979c450f247b7721.zip
Merge pull request #2 from Omkaragrawal/SSL-pg-mail
Ssl for pg and mail
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 b25a2f3..8129f06 100644
--- a/.env.example
+++ b/.env.example
@@ -4,6 +4,7 @@ NODE_ENV=development
4 4
5APP_NAME=AdonisJs 5APP_NAME=AdonisJs
6APP_URL=http://${HOST}:${PORT} 6APP_URL=http://${HOST}:${PORT}
7EXTERNAL_DOMAIN=ferdi.domain.tld
7 8
8CACHE_VIEWS=false 9CACHE_VIEWS=false
9 10
@@ -31,4 +32,4 @@ SMTP_HOST=127.0.0.1
31MAIL_USERNAME=username 32MAIL_USERNAME=username
32MAIL_PASSWORD=password 33MAIL_PASSWORD=password
33MAIL_SENDER=noreply@getferdi.com 34MAIL_SENDER=noreply@getferdi.com
34MAIL_SSL=true \ No newline at end of file 35MAIL_SSL=true