test ract
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
DATABASE_URL=postgresql+asyncpg://user:password@host:5432/news
|
||||
REDIS_URL=redis://host:6379/0
|
||||
JWT_SECRET=your-very-secret-key-change-me
|
||||
|
||||
MINIO_ACCESS_KEY=minioadmin
|
||||
MINIO_SECRET_KEY=minioadmin
|
||||
MINIO_BUCKET=news-media
|
||||
MINIO_PUBLIC_URL=http://localhost:9000
|
||||
|
||||
DOCS_USERNAME=admin
|
||||
DOCS_PASSWORD=admin
|
||||
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=changeme
|
||||
Reference in New Issue
Block a user