comment SAML_DATABASE_URL and SAML_ADMINS in .env.example so that default is SAML off.

feature/saml-login
Deepak Prabhakara 2021-12-25 22:18:10 +00:00
parent 5ae3083b43
commit 4eaf3372cf
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# Enable SAML login using https://github.com/boxyhq/jackson
SAML_DATABASE_URL="postgresql://postgres:@localhost:5450/cal-saml"
SAML_ADMINS='onboarding@example.com'
# SAML_DATABASE_URL="postgresql://postgres:@localhost:5450/cal-saml"
# SAML_ADMINS='onboarding@example.com'
# @see: https://github.com/calendso/calendso/issues/263
# Required for Vercel hosting - set NEXTAUTH_URL to equal your BASE_URL