chore: Rename Teams to Organizations (#2656)

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
Piyush Gupta
2024-05-27 11:11:21 +05:30
committed by GitHub
parent db03ce70d2
commit 295754480e
166 changed files with 1863 additions and 1459 deletions
+5 -4
View File
@@ -5,14 +5,15 @@ x-webapp-url: &webapp_url http://localhost:3000
x-database-url: &database_url postgresql://postgres:postgres@postgres:5432/formbricks?schema=public
x-redis-url: &redis_url
# NextJS Auth
# @see: https://next-auth.js.org/configuration/options#nextauth_secret
# You can use: `openssl rand -hex 32` to generate one
# NextJS Auth
# @see: https://next-auth.js.org/configuration/options#nextauth_secret
# You can use: `openssl rand -hex 32` to generate one
x-nextauth-secret: &nextauth_secret
# Set this to your public-facing URL, e.g., https://example.com
# You do not need the NEXTAUTH_URL environment variable in Vercel.
x-nextauth-url: &nextauth_url http://localhost:3000
# Encryption key
@@ -43,7 +44,7 @@ x-signup-disabled: &signup_disabled 0
# Email login. Disable the ability for users to login with email.
x-auth-disabled: &email_auth_disabled 0
# Team Invite. Disable the ability for invited users to create an account.
# Organization Invite. Disable the ability for invited users to create an account.
x-invite-disabled: &invite_disabled 0
# Set the below values to display privacy policy, imprint and terms of service links in the footer of signup & public pages.