TYPE=calendso DOMAIN=calendso.example.com ## Domain aliases #EXTRA_DOMAINS=', `www.calendso.example.com`' LETS_ENCRYPT_ENV=production SECRET_DB_PASSWORD_VERSION=v1 ## Uncomment this to enable collection of anonymous usage data #NEXT_PUBLIC_TELEMETRY_KEY=js.2pvs2bbpqq1zxna97wcml.oi2jzirnbj1ev4tc57c5r # This is here so later lines can extend it; you likely don't wanna edit COMPOSE_FILE="compose.yml" ##################################################################### # Email # ##################################################################### #EMAIL_SERVER_HOST='smtp.example.com' #EMAIL_SERVER_PORT=587 #EMAIL_SERVER_USER='email_user' ## Configures the global From: header whilst sending emails. #EMAIL_FROM='notifications@example.com' ## Authenticated SMTP #COMPOSE_FILE="$COMPOSE_FILE:compose.smtpauth.yml" #SECRET_EMAIL_SERVER_PASSWORD_VERSION=v1 ##################################################################### # Integrations # ##################################################################### ## Used for the Zoom integration #ZOOM_CLIENT_ID= #COMPOSE_FILE="$COMPOSE_FILE:compose.zoom.yml" #SECRET_ZOOM_CLIENT_SECRET_VERSION=v1 ## Google calendar, see https://docs.calendso.com/docs/integrations/google #COMPOSE_FILE="$COMPOSE_FILE:compose.google.yml" #SECRET_GOOGLE_API_SECRET_VERSION=v1 ## Used for the Office 365 / Outlook.com Calendar integration ## note(3wc): un-tested! #MS_GRAPH_CLIENT_ID= #COMPOSE_FILE="$COMPOSE_FILE:compose.microsoft.yml" #SECRET_MS_GRAPH_CLIENT_SECRET_VERSION=v1