aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
authorLibravatar Cromefire_ <cromefire_@outlook.com>2021-01-26 16:30:32 +0100
committerLibravatar Cromefire_ <cromefire_@outlook.com>2021-01-26 16:30:32 +0100
commitd6b0dd6a7e0ce567dac0123aba0880c85f7a0b6a (patch)
treedde3370f5a9a865161f320d89f89bec8b79892d1 /.env.example
parentMerge pull request #44 from xthursdayx/master (diff)
downloadferdium-server-d6b0dd6a7e0ce567dac0123aba0880c85f7a0b6a.tar.gz
ferdium-server-d6b0dd6a7e0ce567dac0123aba0880c85f7a0b6a.tar.zst
ferdium-server-d6b0dd6a7e0ce567dac0123aba0880c85f7a0b6a.zip
Made data path configurable
Diffstat (limited to '.env.example')
-rw-r--r--.env.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.example b/.env.example
index 8129f06..d507d6c 100644
--- a/.env.example
+++ b/.env.example
@@ -10,6 +10,8 @@ CACHE_VIEWS=false
10 10
11APP_KEY= 11APP_KEY=
12 12
13DATA_DIR=data
14
13DB_CONNECTION=sqlite 15DB_CONNECTION=sqlite
14DB_HOST=127.0.0.1 16DB_HOST=127.0.0.1
15DB_PORT=3306 17DB_PORT=3306