aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/.env.example b/.env.example
index a486df9..a288fde 100644
--- a/.env.example
+++ b/.env.example
@@ -1,3 +1,5 @@
1#This is a example file with all the available configuration options.
2
1NODE_ENV=development 3NODE_ENV=development
2APP_URL=localhost 4APP_URL=localhost
3DB_CONNECTION=sqlite 5DB_CONNECTION=sqlite
@@ -19,8 +21,6 @@ IS_DASHBOARD_ENABLED=true
19IS_REGISTRATION_ENABLED=true 21IS_REGISTRATION_ENABLED=true
20CONNECT_WITH_FRANZ=false 22CONNECT_WITH_FRANZ=false
21DATA_DIR=data 23DATA_DIR=data
22PUID=1000
23PGID=1000
24 24
25# These are needed if running outside of Docker 25# These are needed if running outside of Docker
26APP_KEY= # Need to set some value 26APP_KEY= # Need to set some value