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.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/internal-server/env.ini b/src/internal-server/env.ini
new file mode 100644
index 000000000..902e8e4c8
--- /dev/null
+++ b/src/internal-server/env.ini
@@ -0,0 +1,16 @@
1HOST=127.0.0.1
2PORT=45569
3NODE_ENV=development
4APP_NAME=Ferdi Internal Server
5APP_URL=http://${HOST}:${PORT}
6CACHE_VIEWS=false
7APP_KEY=FERDIINTERNALSERVER
8DB_CONNECTION=sqlite
9DB_HOST=127.0.0.1
10DB_PORT=3306
11DB_USER=root
12DB_PASSWORD=
13DB_DATABASE=ferdi
14HASH_DRIVER=bcrypt
15IS_CREATION_ENABLED=true
16CONNECT_WITH_FRANZ=true \ No newline at end of file