Files
python_parser/python_parser/.env
2025-08-26 23:33:29 +03:00

9 lines
219 B
Bash

# Database
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/svodka_db
# MinIO
MINIO_ENDPOINT=localhost:9000
MINIO_ACCESS_KEY=minioadmin
MINIO_SECRET_KEY=minioadmin
MINIO_BUCKET=svodka-data
MINIO_SECURE=false