10 lines
491 B
Text
10 lines
491 B
Text
# Hostname-related defaults assume Docker Compose context (this is the recommended way to run).
|
|
# For native development 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_DSN=
|
|
ROSREESTR_PKK_BASE_URL=https://pkk.rosreestr.ru/api/features/1
|
|
OVERPASS_URL=https://overpass-api.de/api/interpreter
|