aboutsummaryrefslogtreecommitdiffstats
path: root/.env.development
diff options
context:
space:
mode:
Diffstat (limited to '.env.development')
-rw-r--r--.env.development15
1 files changed, 15 insertions, 0 deletions
diff --git a/.env.development b/.env.development
new file mode 100644
index 0000000..2a66ad4
--- /dev/null
+++ b/.env.development
@@ -0,0 +1,15 @@
1#This is a minimal needed configuration for development
2
3NODE_ENV=development
4APP_URL=http://localhost:3333
5DB_CONNECTION=sqlite
6APP_KEY=IDU2cMbrvS6iv5841YmFJSjnIqT1X1Nx
7
8# These are needed if running outside of Docker
9HOST=127.0.0.1
10PORT=3333
11
12IS_CREATION_ENABLED=true
13IS_DASHBOARD_ENABLED=true
14IS_REGISTRATION_ENABLED=true
15CONNECT_WITH_FRANZ=true