RESERVED_SUBDOMAINS="app,auth,help"
, then the domains app.cal.com
, auth.cal.com
and help.cal.com
are reserved for use by the Cal.com instance. This means you cannot create an organization with the slug app
, auth
or help
.
ALLOWED_HOSTNAMES="cal.com,cal.dev"
, then:
acme.cal.com
is a valid organization booking domain and WEBAPP_URL
can be set to http://app.cal.com
dunder.cal.dev
is also a valid organization subdomain and WEBAPP_URL
can be set to http://app.cal.dev
ALLOWED_HOSTNAMES="cal.domain.tld"
, then:
WEBAPP_URL
should be set to http://app.cal.domain.tld
acme.cal.domain.tld
, dunder.cal.domain.tld
, xxxx.cal.domain.tld