Allow sign up disable

This commit is contained in:
Maidul Islam
2023-02-12 09:34:52 -08:00
parent b066a55ead
commit 409de81bd2
3 changed files with 11 additions and 3 deletions

View File

@@ -37,5 +37,6 @@ Configuring Infisical requires setting some environment variables. There is a fi
| `CLIENT_SECRET_VERCEL` | OAuth2 client secret for Vercel integration | `None` |
| `CLIENT_SECRET_NETLIFY` | OAuth2 client secret for Netlify integration | `None` |
| `CLIENT_SECRET_GITHUB` | OAuth2 client secret for GitHub integration | `None` |
| `CLIENT_SLUG_VERCEL` | OAuth2 slug for Netlify integration | `None` |
| `CLIENT_SLUG_VERCEL` | OAuth2 slug for Netlify integration | `None` |
| `SENTRY_DSN` | DSN for error-monitoring with Sentry | `None` |
| `DISABLE_NEW_SIGN_UP` | Block new sign ups on your self hosted instance | `false` |