iac/apps/prescriptions/.env.example

22 lines
1.0 KiB
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.

# prescriptions-frontend — переменные СБОРКИ и CI
#
# ВАЖНО: у фронтенда нет рантайм-.env. Собранный бандл — статика, которую
# раздаёт nginx. Все переменные ниже используются на этапе СБОРКИ образа
# (Dockerfile ARG / --build-arg в .gitlab-ci.yml) и локального запуска.
# Значение BUILD_ENV валидируется в env.js и внедряется в бандл через
# webpack DefinePlugin. Подробности — в CONFIGURATION.md.
# Build (обязательно). Одно из: local | stage | preprod | prod | contour
BUILD_ENV=stage
# Флаг сборки под Storybook: "true" | "false"
STORYBOOK=false
# Токен приватного npm-реестра nexus.infra.sarex.io (см. .npmrc)
NPM_TOKEN=
# --- Cypress e2e ---
# Задаются в cypress.env.json (пример — cypress.env-example.json), не в .env:
# SRX_LOGIN=
# SRX_PASSWORD=