aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example3
1 files changed, 1 insertions, 2 deletions
diff --git a/.env.example b/.env.example
index 0c470e9..6cd9ad3 100644
--- a/.env.example
+++ b/.env.example
@@ -3,8 +3,7 @@ PORT=3333
3NODE_ENV=development 3NODE_ENV=development
4 4
5APP_NAME=Ferdi-server 5APP_NAME=Ferdi-server
6APP_URL=http://${HOST}:${PORT} 6EXTERNAL_DOMAIN=https://ferdi.domain.tld
7EXTERNAL_DOMAIN=ferdi.domain.tld
8 7
9CACHE_VIEWS=false 8CACHE_VIEWS=false
10 9