aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-09 17:24:41 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-09 17:24:41 -0400
commitdd54d4c4a21c0076a3cba9c6b265e1f33b6e87cf (patch)
tree5fe7d5d5e937d0d26e0850f67a3238eb79abda85 /.env.example
parentUpdate docker-compose.yml (diff)
downloadferdium-server-dd54d4c4a21c0076a3cba9c6b265e1f33b6e87cf.tar.gz
ferdium-server-dd54d4c4a21c0076a3cba9c6b265e1f33b6e87cf.tar.zst
ferdium-server-dd54d4c4a21c0076a3cba9c6b265e1f33b6e87cf.zip
Update .env.example
Diffstat (limited to '.env.example')
-rw-r--r--.env.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.example b/.env.example
index 19af6e3..2c86c60 100644
--- a/.env.example
+++ b/.env.example
@@ -2,7 +2,7 @@ HOST=127.0.0.1
2PORT=3333 2PORT=3333
3NODE_ENV=development 3NODE_ENV=development
4 4
5APP_NAME=AdonisJs 5APP_NAME=Ferdi-server
6APP_URL=http://${HOST}:${PORT} 6APP_URL=http://${HOST}:${PORT}
7EXTERNAL_DOMAIN=ferdi.domain.tld 7EXTERNAL_DOMAIN=ferdi.domain.tld
8 8