aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server/env.ini
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal-server/env.ini')
-rw-r--r--src/internal-server/env.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/internal-server/env.ini b/src/internal-server/env.ini
index 902e8e4c8..8df57db66 100644
--- a/src/internal-server/env.ini
+++ b/src/internal-server/env.ini
@@ -1,4 +1,4 @@
1HOST=127.0.0.1 1HOST=localhost
2PORT=45569 2PORT=45569
3NODE_ENV=development 3NODE_ENV=development
4APP_NAME=Ferdi Internal Server 4APP_NAME=Ferdi Internal Server
@@ -6,11 +6,11 @@ APP_URL=http://${HOST}:${PORT}
6CACHE_VIEWS=false 6CACHE_VIEWS=false
7APP_KEY=FERDIINTERNALSERVER 7APP_KEY=FERDIINTERNALSERVER
8DB_CONNECTION=sqlite 8DB_CONNECTION=sqlite
9DB_HOST=127.0.0.1 9DB_HOST=localhost
10DB_PORT=3306 10DB_PORT=3306
11DB_USER=root 11DB_USER=root
12DB_PASSWORD= 12DB_PASSWORD=
13DB_DATABASE=ferdi 13DB_DATABASE=ferdi
14HASH_DRIVER=bcrypt 14HASH_DRIVER=bcrypt
15IS_CREATION_ENABLED=true 15IS_CREATION_ENABLED=true
16CONNECT_WITH_FRANZ=true \ No newline at end of file 16CONNECT_WITH_FRANZ=true