From 9432daaaafce319077aa6cab2812cad7d5356942 Mon Sep 17 00:00:00 2001 From: jslocomotor <210083531+jslocomotor@users.noreply.github.com> Date: Sun, 3 May 2026 21:06:04 +0200 Subject: [PATCH] docs(env): added migration service variable description --- docs/02-setup/04-env-variables.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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` |