Files
New-planet-api/new-planet-backend/.env
2025-12-13 14:39:50 +03:00

8 lines
267 B
Bash

DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/newplanet
REDIS_URL=redis://localhost:6379
SECRET_KEY=your-secret-key-here
GIGACHAT_API_KEY=your-gigachat-api-key
MINIO_ENDPOINT=localhost:9000
MINIO_ACCESS_KEY=minioadmin
MINIO_SECRET_KEY=minioadmin