Files
sparkguardian-frontend/.env.example
Микаэл Оганесян 68c3029835 Main logic
2026-04-08 02:10:17 +03:00

12 lines
762 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Скопируйте в `.env` и при необходимости измените.
# Клиентский бандл: после правок выполните `npm run env:sync`.
# База API (путь относительно текущего origin в браузере, для file:// — склеивается с SG_API_FALLBACK_ORIGIN)
SG_API_BASE_PATH=/api/v1
# Origin для разрешения относительных URL (HLS playlist и т.д.) при открытии приложения как file:// или вне основного хоста
SG_API_FALLBACK_ORIGIN=https://sparkguardian.ru
# Только dev-сервер (`ng serve`): куда проксировать `/api/**`
SG_DEV_PROXY_TARGET=http://sparkguardian.ru:8080