Skip to content

Managing Configs

The Configs page lets you manage remote configuration values through a visual interface.

Config list

The config list shows all configurations with:

  • Key — the config identifier
  • Value preview — a summary of the stored value
  • Version — the config’s version number

Use the search bar to filter configs by key.

Creating a config

  1. Click Create Config at the top of the list
  2. Enter a unique key (lowercase, numbers, dots, hyphens, underscores)
  3. Enter the value as JSON (objects, arrays, strings, numbers, or booleans)
  4. Click Save

Editing a config

Click any config to open the editor. The value editor supports JSON with syntax highlighting.

Environment overrides

Switch between environment tabs to set environment-specific values. Each environment can have its own config value that overrides the default.

Deleting a config

  1. Open the config in the editor
  2. Click Delete at the bottom
  3. Confirm the deletion