From 18b9e25f2ba1b466da9399183c500a5156fb90ac Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Sun, 7 May 2023 23:59:41 +0200 Subject: [PATCH] chore: update .env.example --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.example b/.env.example index 0858d27cd..b3e69464b 100644 --- a/.env.example +++ b/.env.example @@ -32,3 +32,8 @@ CONTACT_US_MAIL=support@bigcapital.ly # Agendash AGENDASH_AUTH_USER=agendash AGENDASH_AUTH_PASSWORD=123123 + +# Sign-up restrictions +SIGNUP_DISABLED=true +SIGNUP_ALLOWED_DOMAINS= +SIGNUP_ALLOWED_EMAILS= \ No newline at end of file