NEXTAUTH_DOMAIN isn't used
parent
cddca2b10d
commit
081d5ae9c8
|
@ -30,8 +30,6 @@ NEXT_PUBLIC_WEBAPP_URL='http://localhost:3000'
|
||||||
NEXT_PUBLIC_WEBSITE_URL='http://localhost:3000'
|
NEXT_PUBLIC_WEBSITE_URL='http://localhost:3000'
|
||||||
NEXT_PUBLIC_CONSOLE_URL='http://localhost:3004'
|
NEXT_PUBLIC_CONSOLE_URL='http://localhost:3004'
|
||||||
NEXT_PUBLIC_EMBED_LIB_URL='http://localhost:3000/embed/embed.js'
|
NEXT_PUBLIC_EMBED_LIB_URL='http://localhost:3000/embed/embed.js'
|
||||||
# Make sure you don't have .example.com as a value
|
|
||||||
NEXTAUTH_DOMAIN='localhost:3000'
|
|
||||||
|
|
||||||
# To enable SAML login, set both these variables
|
# To enable SAML login, set both these variables
|
||||||
# @see https://github.com/calcom/cal.com/tree/main/packages/ee#setting-up-saml-login
|
# @see https://github.com/calcom/cal.com/tree/main/packages/ee#setting-up-saml-login
|
||||||
|
@ -54,7 +52,7 @@ NEXTAUTH_URL=
|
||||||
# You can use: `openssl rand -base64 32` to generate one
|
# You can use: `openssl rand -base64 32` to generate one
|
||||||
NEXTAUTH_SECRET=
|
NEXTAUTH_SECRET=
|
||||||
# Used for cross-domain cookie authentication
|
# Used for cross-domain cookie authentication
|
||||||
NEXTAUTH_COOKIE_DOMAIN=.example.com
|
NEXTAUTH_COOKIE_DOMAIN=
|
||||||
|
|
||||||
# Set this to '1' if you don't want Cal to collect anonymous usage
|
# Set this to '1' if you don't want Cal to collect anonymous usage
|
||||||
CALCOM_TELEMETRY_DISABLED=
|
CALCOM_TELEMETRY_DISABLED=
|
||||||
|
|
Loading…
Reference in New Issue