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
- Click Create Config at the top of the list
- Enter a unique key (lowercase, numbers, dots, hyphens, underscores)
- Enter the value as JSON (objects, arrays, strings, numbers, or booleans)
- 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
- Open the config in the editor
- Click Delete at the bottom
- Confirm the deletion