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 8df57db66..87a347921 100644
--- a/src/internal-server/env.ini
+++ b/src/internal-server/env.ini
@@ -1,16 +1,16 @@
1HOST=localhost 1HOST=localhost
2PORT=45569 2PORT=45569
3NODE_ENV=development 3NODE_ENV=development
4APP_NAME=Ferdi Internal Server 4APP_NAME=Ferdium Internal Server
5APP_URL=http://${HOST}:${PORT} 5APP_URL=http://${HOST}:${PORT}
6CACHE_VIEWS=false 6CACHE_VIEWS=false
7APP_KEY=FERDIINTERNALSERVER 7APP_KEY=FERDIUMINTERNALSERVER
8DB_CONNECTION=sqlite 8DB_CONNECTION=sqlite
9DB_HOST=localhost 9DB_HOST=localhost
10DB_PORT=3306 10DB_PORT=3306
11DB_USER=root 11DB_USER=root
12DB_PASSWORD= 12DB_PASSWORD=
13DB_DATABASE=ferdi 13DB_DATABASE=ferdium
14HASH_DRIVER=bcrypt 14HASH_DRIVER=bcrypt
15IS_CREATION_ENABLED=true 15IS_CREATION_ENABLED=true
16CONNECT_WITH_FRANZ=true 16CONNECT_WITH_FRANZ=true