Add environment variable to enable team creation for new users in self-hosted deployments (#74)

This commit is contained in:
Xavi Velàsquez
2024-10-19 22:23:14 +02:00
committed by GitHub
parent b817e11f3d
commit 2391d1c306
4 changed files with 36 additions and 1 deletions

View File

@@ -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