diff --git a/docs/02-setup/04-env-variables.md b/docs/02-setup/04-env-variables.md index ab07da67..561ee6d2 100644 --- a/docs/02-setup/04-env-variables.md +++ b/docs/02-setup/04-env-variables.md @@ -140,3 +140,11 @@ Use these variables when running behind a reverse proxy or load balancer: | `UPSTREAM_REAL_IP_ADDRESS` | Trusted upstream IP address for real IP detection | `127.0.0.1` | | `UPSTREAM_REAL_IP_HEADER` | Request header containing client IP | `X-Forwarded-For` | | `UPSTREAM_REAL_IP_RECURSIVE` | Enable recursive IP search | `off` | + +--- + +## Migration Service + +| Variable | Purpose | Default | Allowed Values | +| --------------- | ------------------------------- | -------------------------- | ---------------- | +| `MIGRATE_SITES` | Switch auto migration on or off | `true` - auto migration on | `true` , `false` |