- localization-svc: defaultLocale ru, resolveLocale only by geo - web-svc: DEFAULT_LOCALE ru, layout lang=ru, embeddedTranslations fallback ru - countryToLocale: default ru when no country or unknown country Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
956 B
Plaintext
24 lines
956 B
Plaintext
# Конфиг для Kubernetes. Переменные задаются в ConfigMap/Secret (deploy/k3s).
|
|
# См. deploy/k3s/CONFIG.md
|
|
|
|
# === LLM (llm-svc-config ConfigMap, llm-credentials Secret) ===
|
|
# LLM_PROVIDER=ollama | timeweb
|
|
# OLLAMA_BASE_URL=http://host.docker.internal:11434 # Docker Desktop
|
|
# OPENAI_API_KEY= # Secret llm-credentials
|
|
# TIMEWEB_AGENT_ACCESS_ID= # Secret
|
|
# TIMEWEB_API_KEY= # Secret
|
|
|
|
# === Auth (auth-svc.yaml env) ===
|
|
# BETTER_AUTH_URL=http://app.gooseek.local # local
|
|
# BETTER_AUTH_URL=https://gooseek.ru # production
|
|
# TRUSTED_ORIGINS=...
|
|
|
|
# === API Gateway (api-gateway.yaml env) ===
|
|
# ALLOWED_ORIGINS=http://app.gooseek.local # local
|
|
# ALLOWED_ORIGINS=https://gooseek.ru,... # production
|
|
|
|
# === Secrets (kubectl create secret) ===
|
|
# db-credentials: postgresql://user:pass@host:5432/gooseek
|
|
# yookassa-credentials: shop_id, secret
|
|
# llm-credentials: openai-api-key, timeweb-agent-access-id, timeweb-api-key
|