aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-03-10 15:44:29 +0100
committerLibravatar Bennett <hello@vantezzen.io>2020-03-10 15:44:29 +0100
commit6664abb0fe0f8e75e605d8344a6434b2bdf57ca2 (patch)
tree9dbbc514378f7668f05b3bfefc9a345deeeebf50 /.env.example
parent#12 Handle multiple slashes in path (diff)
downloadferdium-server-6664abb0fe0f8e75e605d8344a6434b2bdf57ca2.tar.gz
ferdium-server-6664abb0fe0f8e75e605d8344a6434b2bdf57ca2.tar.zst
ferdium-server-6664abb0fe0f8e75e605d8344a6434b2bdf57ca2.zip
Add "IS_DASHBOARD_ENABLED" option
Diffstat (limited to '.env.example')
-rw-r--r--.env.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.example b/.env.example
index f4e828b..bcc4c7c 100644
--- a/.env.example
+++ b/.env.example
@@ -19,5 +19,6 @@ DB_DATABASE=adonis
19HASH_DRIVER=bcrypt 19HASH_DRIVER=bcrypt
20 20
21IS_CREATION_ENABLED=true 21IS_CREATION_ENABLED=true
22IS_DASHBOARD_ENABLED=true
22IS_REGISTRATION_ENABLED=true 23IS_REGISTRATION_ENABLED=true
23CONNECT_WITH_FRANZ=true \ No newline at end of file 24CONNECT_WITH_FRANZ=true \ No newline at end of file