# Copy this file to `.env` and fill in the real values. # Docker: pass with `--env-file .env` or via your orchestrator's secret store. # --- Required --- # Webex bot bearer token. Rotate at https://developer.webex.com if this value # has ever been committed. WEBEX_BOT_TOKEN= # --- Optional --- # Public base URL of this service, used only so the bot can show users the # exact inbound webhook URL to configure in their status provider. # Example: https://status-bridge.example.com #PUBLIC_BASE_URL= # Override server bind (config.json values are used if these are unset). #SERVER_PORT=1449 #SERVER_NAME=aeStatusPage # Disable the interactive Webex chat bot (leaving inbound status webhooks # active). Any value other than 'true' (case-insensitive) turns the bot off. #BOT_ENABLED=true