8 lines
267 B
Bash
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
|