aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-03-10 15:11:03 +0100
committerLibravatar Bennett <hello@vantezzen.io>2020-03-10 15:11:03 +0100
commitbca1ffbd601a19245717752df9f312172aaa3bf8 (patch)
tree6c73a7554d651de1fcc3fb04c11868675c2d858d /.env.example
parentMerge branch 'master' of https://github.com/getferdi/server (diff)
downloadferdium-server-bca1ffbd601a19245717752df9f312172aaa3bf8.tar.gz
ferdium-server-bca1ffbd601a19245717752df9f312172aaa3bf8.tar.zst
ferdium-server-bca1ffbd601a19245717752df9f312172aaa3bf8.zip
Add "IS_REGISTRATION_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 c175cd1..f4e828b 100644
--- a/.env.example
+++ b/.env.example
@@ -19,4 +19,5 @@ DB_DATABASE=adonis
19HASH_DRIVER=bcrypt 19HASH_DRIVER=bcrypt
20 20
21IS_CREATION_ENABLED=true 21IS_CREATION_ENABLED=true
22IS_REGISTRATION_ENABLED=true
22CONNECT_WITH_FRANZ=true \ No newline at end of file 23CONNECT_WITH_FRANZ=true \ No newline at end of file