summaryrefslogtreecommitdiffstats
path: root/src/internal-server/env.ini
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-16 17:29:24 -0500
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-16 19:25:46 -0500
commitad48962c335f6cec25bcedb92b4c34b6e4b0522c (patch)
tree8a96d9f83943170e37c7418fe51c212c8e1c2e40 /src/internal-server/env.ini
parentFix recipes github link (#165) (diff)
downloadferdium-app-ad48962c335f6cec25bcedb92b4c34b6e4b0522c.tar.gz
ferdium-app-ad48962c335f6cec25bcedb92b4c34b6e4b0522c.tar.zst
ferdium-app-ad48962c335f6cec25bcedb92b4c34b6e4b0522c.zip
Minor refactoring to extract common function to deduce icon url
Diffstat (limited to 'src/internal-server/env.ini')
-rw-r--r--src/internal-server/env.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/internal-server/env.ini b/src/internal-server/env.ini
index 87a347921..d8224e91e 100644
--- a/src/internal-server/env.ini
+++ b/src/internal-server/env.ini
@@ -2,7 +2,6 @@ HOST=localhost
2PORT=45569 2PORT=45569
3NODE_ENV=development 3NODE_ENV=development
4APP_NAME=Ferdium Internal Server 4APP_NAME=Ferdium Internal Server
5APP_URL=http://${HOST}:${PORT}
6CACHE_VIEWS=false 5CACHE_VIEWS=false
7APP_KEY=FERDIUMINTERNALSERVER 6APP_KEY=FERDIUMINTERNALSERVER
8DB_CONNECTION=sqlite 7DB_CONNECTION=sqlite