aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
authorLibravatar xthursdayx <xthursdayx@mailbox.org>2020-06-23 11:48:04 -0400
committerLibravatar GitHub <noreply@github.com>2020-06-23 11:48:04 -0400
commit5edc1435d9f38a3f3460b41958c4f072cd08a18b (patch)
tree612881a025a2d11a2c255145e81ca65777a504be /.env.example
parentUpdate featured services in API (#28) (diff)
downloadferdium-server-5edc1435d9f38a3f3460b41958c4f072cd08a18b.tar.gz
ferdium-server-5edc1435d9f38a3f3460b41958c4f072cd08a18b.tar.zst
ferdium-server-5edc1435d9f38a3f3460b41958c4f072cd08a18b.zip
Update .env.example with SMTP settings
Diffstat (limited to '.env.example')
-rw-r--r--.env.example4
1 files changed, 3 insertions, 1 deletions
diff --git a/.env.example b/.env.example
index db9ae1d..ba46d99 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
@@ -28,4 +29,5 @@ SMTP_PORT=2525
28SMTP_HOST=127.0.0.1 29SMTP_HOST=127.0.0.1
29MAIL_USERNAME=username 30MAIL_USERNAME=username
30MAIL_PASSWORD=password 31MAIL_PASSWORD=password
31MAIL_SENDER=noreply@getferdi.com \ No newline at end of file 32MAIL_SENDER=noreply@getferdi.com
33SSL=false