Docs / Admin

Runtime config keys

Every TokenOne® secret · API keys, OAuth pairs, vault key, SMTP, cold storage · can be set via the admin console Runtime Config page or env var. DB-stored values take precedence over env, so admins rotate secrets without redeploys.

Resolution order

  1. PlatformSetting row with the matching settingKey
  2. process.env[KEY]
  3. Caller’s fallback

30-second in-process cache per key, invalidated on save so operator changes flow through within one cache window.

Routing keys

Connector OAuth pairs

Security

Email

Cold storage

TokenOne Delivery flip

Check the current status at /runtime-config in the admin console. Values are never returned to the UI · only { configured, source } flags.