mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-27 23:49:51 -05:00
chore: Rename Teams to Organizations (#2656)
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
+5
-4
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user