Skip to main content

Add Environment Variables

Add new environment variables to services. Configuration & Wiring

Change Configuration

Adjust service settings.

Update API Configuration

Reconfigure third-party API integrations. APIs

Review Configuration

View complete system configuration.

Change Service Settings

Modify service-specific settings.

Update Connection Strings

Adjust connection settings.

Rotate Secrets

Update passwords and credentials securely. Security

Update CORS

Modify networking configurations. Networking

What Monk Handles

Automatic:
  • Connection strings
  • Service URLs
  • Internal networking
  • Load balancer configuration
You configure:
  • External API keys
  • Feature flags
  • Business logic constants
  • Custom environment variables

Zero-Downtime Updates

All configuration changes applied without downtime:
  • Services restart gracefully
  • Traffic shifted smoothly
  • No user impact

When Changes Apply

Immediately:
  • Environment variables
  • Connection settings
  • Feature flags
On next deployment:
  • Some infrastructure changes
  • Major configuration updates

Next Steps