Add environment variable to enable team creation for new users in self-hosted deployments (#74)
This commit is contained in:
@@ -17,4 +17,5 @@ NEXTAUTH_SECRET=""
|
||||
|
||||
API_RATE_LIMIT=2
|
||||
|
||||
NEXT_PUBLIC_IS_CLOUD=false
|
||||
NEXT_PUBLIC_IS_CLOUD=false
|
||||
NEXT_PUBLIC_SELF_HOSTED_ALLOW_NEW_USERS=false
|
Reference in New Issue
Block a user