gendesign/.env.example
lekss361 03dc8e6735
All checks were successful
Deploy / changes (push) Successful in 5s
Deploy / build-backend (push) Successful in 27s
Deploy / build-worker (push) Successful in 27s
Deploy / build-frontend (push) Successful in 26s
Deploy / deploy (push) Successful in 54s
feat(security): GlitchTip forwarder для basic_auth 401 events (Phase 2 PR #426) (#430)
2026-05-23 08:42:36 +00:00

20 lines
661 B
Text

# Variables read by docker-compose.yml at the project root.
# Copy to .env (chmod 600) and fill with real values.
# Generate a strong password with: openssl rand -base64 24 | tr -d '/+' | head -c 24
POSTGRES_DB=gendesign
POSTGRES_USER=gendesign
POSTGRES_PASSWORD=changeme
# For docker-compose.prod.yml only:
# YC_REGISTRY_ID=
# IMAGE_TAG=latest
# NEXT_PUBLIC_API_BASE_URL=https://your-domain.example.ru
# GlitchTip (errors.gendsgn.ru)
GLITCHTIP_DB_PASS=
GLITCHTIP_SECRET=
# DSN из GlitchTip UI → Project Settings → Client Keys.
# Используется backend Sentry SDK + glitchtip-auth-forwarder sidecar.
GLITCHTIP_DSN=
NEXT_PUBLIC_GLITCHTIP_DSN=