Skip to main content

Add Environment Variables

add FEATURE_FLAG_NEW_UI to the frontend
Add new environment variables to services. Configuration & Wiring

Change Configuration

change the database connection pool size to 20
Adjust service settings.

Update API Configuration

update the Stripe webhook URL
Reconfigure third-party API integrations. APIs

Review Configuration

show me the full configuration
View complete system configuration.

Change Service Settings

set the Redis cache size to 4GB
Modify service-specific settings.

Update Connection Strings

change the Redis connection pool size to 50
Adjust connection settings.

Rotate Secrets

rotate the database password
Update passwords and credentials securely. Security

Update CORS

update CORS settings to allow requests from myapp.com
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