comment SAML_DATABASE_URL and SAML_ADMINS in .env.example so that default is SAML off.
parent
5ae3083b43
commit
4eaf3372cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue