test ract

This commit is contained in:
jze9
2026-05-14 16:47:58 +05:00
parent 0ac1c8a862
commit de78624495
36 changed files with 5877 additions and 254 deletions

14
.env.example Normal file
View 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