{
  "_comment": "Element Call SPA production config for axionchat.chat. This file is bind-mounted at /app/config.json inside the container. Edit here, redeploy to apply.",

  "default_server_config": {
    "m.homeserver": {
      "base_url": "https://axionchat.chat",
      "server_name": "axionchat.chat"
    },
    "m.identity_server": {
      "base_url": "https://axionchat.chat"
    }
  },

  "livekit": {
    "livekit_service_url": "https://livekit.axionchat.chat"
  },

  "default_widget": "https://call.axionchat.chat",

  "telemetry": {
    "disabled": true
  },

  "rageshake_url": null,

  "feature_use_only_current_profile": false,

  "branding": {
    "name": "Axion Call",
    "logo": "https://axionchat.chat/brand/wordmark.svg",
    "favicon": "https://axionchat.chat/brand/favicon.ico"
  },

  "posthog": null,

  "feedback": {
    "existing_issues_url": null,
    "new_issue_url": null
  },

  "allow_create_room": true,

  "e2ee": {
    "default": true
  },

  "media_devices": {
    "handsfree_threshold_db": -60
  }
}
