aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server/env.ini
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-04-15 02:00:25 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 21:57:57 +0530
commit210131ca184c3aa043371857c022aa1aa149efbf (patch)
tree6bc4e10a1540e55a66146c099bc468a12287425e /src/internal-server/env.ini
parentUpdate submodule url to ferdium-recipes (#1) (diff)
downloadferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.gz
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.zst
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.zip
Matched casing for almost all replacements
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