aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
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