This commit is contained in:
2026-05-12 07:54:32 +03:00
parent 0faa8b9d2d
commit d49449c30c
187 changed files with 4826 additions and 5884 deletions

View File

@@ -29,12 +29,15 @@ PUBLIC_IMAGE_BASE_URL=http://localhost:8888
# Gateway proxies /api and Swagger routes to this upstream.
GATEWAY_BACKEND_UPSTREAM=http://localhost:3001
GATEWAY_IMGPROXY_UPSTREAM=http://localhost:18080
GATEWAY_L1_MAX_ENTRIES=256
GATEWAY_L1_TTL_MS=600000
GATEWAY_REMOTE_CACHE_CONTROL=public, max-age=86400, stale-while-revalidate=604800
# MVP dev mode: mock source host allowlist without DB/admin CRUD.
SOURCE_HOST_ALLOW_ALL=false
SOURCE_ALLOWED_HOSTS=storage.yandexcloud.net
SOURCE_ALLOW_PRIVATE_NETWORKS=false
IMAGE_ALLOW_CUSTOM_TRANSFORMS=true
IMAGE_ENSURE_WAIT_MS=15000