gendesign/.env.example
lekss361 d3aa96336b
Some checks failed
Deploy / build-frontend (push) Blocked by required conditions
Deploy / deploy (push) Blocked by required conditions
Deploy / changes (push) Successful in 5s
Deploy / build-backend (push) Has been cancelled
Deploy / build-worker (push) Has been cancelled
feat(infra): GlitchTip self-hosted error tracking (#204 devops) (#205)
2026-05-16 15:08:50 +00:00

19 lines
622 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 после первого старта (→ .env.runtime или backend/.env)
GLITCHTIP_DSN=
NEXT_PUBLIC_GLITCHTIP_DSN=