From 081d5ae9c88ebe4b5e84355deb08839152fda114 Mon Sep 17 00:00:00 2001 From: zomars Date: Thu, 18 Aug 2022 11:53:29 -0600 Subject: [PATCH] NEXTAUTH_DOMAIN isn't used --- .env.example | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 774e96a4b5..4673ae3889 100644 --- a/.env.example +++ b/.env.example @@ -30,8 +30,6 @@ NEXT_PUBLIC_WEBAPP_URL='http://localhost:3000' NEXT_PUBLIC_WEBSITE_URL='http://localhost:3000' NEXT_PUBLIC_CONSOLE_URL='http://localhost:3004' 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 # @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 NEXTAUTH_SECRET= # 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 CALCOM_TELEMETRY_DISABLED=