Skip to content

System config

Open System → Config (labeled Config in English). This screen groups global settings such as:

  • Master key for server-to-admin API calls — must match GATEWAY_MASTER_KEY in your portal/backend.
  • Business timezone and billing currency — affect how times and money render across Admin; business timezone also drives route Daily schedule (time-of-day pricing) window evaluation.
  • Global route strategy — set ROUTE_STRATEGY to hash_affinity (default), weighted_random, weight_priority, or weighted_round_robin; model rules, Route Pool defaults, and priority-tier policies can override it. Version 2.3.0 no longer accepts the old cache_affinity / fixed_order IDs.
  • Alert webhooks (e.g. Feishu / WeCom) — optional incident notifications.
  • Custom entries — advanced globals your team agrees on (names and meanings are operational contracts).

Sensitive values can be shown or hidden in the UI for screen-sharing.

  1. Open Config.
  2. Verify master key, business timezone, and billing currency match your policy.
  3. On the global route strategy card, click Change and select the fallback used when no model or Route Pool policy overrides it.
  4. Configure or rotate alert URLs if you use them.
  5. Add any other agreed global entries via Add (or the equivalent control) and save.

Backends call Admin HTTP APIs on GATEWAY_MASTER_URL with Authorization: Bearer <same value as the master key in this screen>. Endpoint index: GitHub technical reference.