-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Rishap Gandhi edited this page Jun 15, 2026
·
1 revision
Each environment has:
- Name — Display label (e.g., "Production")
-
Base URL — The server root (e.g.,
https://api.example.com) - Headers — Custom headers per env (auth tokens, API keys)
- Color — For visual identification in diff view
| Name | Base URL | Color |
|---|---|---|
| Local | http://localhost:8000 | Green |
| Staging | https://staging.api.example.com | Yellow |
| Production | https://api.example.com | Red |