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.
  • 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. Configure or rotate alert URLs if you use them.
  4. 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.