init
This commit is contained in:
7
new-planet-backend/.env
Normal file
7
new-planet-backend/.env
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user