# Hostname-related defaults assume Docker Compose context (recommended). # For native dev without Docker, swap "postgres" → "localhost" and "redis" → "localhost". DATABASE_URL=postgresql+psycopg://gendesign:gendesign@postgres:5432/gendesign REDIS_URL=redis://redis:6379/0 CORS_ORIGINS=["http://localhost:3000"] ENVIRONMENT=dev # Sentry: create a project at https://sentry.io/, paste the DSN here. # Empty string = Sentry disabled. main.py initializes only if non-empty. SENTRY_DSN= # External APIs (Stage 2) ROSREESTR_PKK_BASE_URL=https://pkk.rosreestr.ru/api/features/1 OVERPASS_URL=https://overpass-api.de/api/interpreter