Files
news_all_spo/.env.example
2026-05-17 19:32:48 +05:00

29 lines
879 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ============= БАЗА ДАННЫХ =============
DATABASE_URL=postgresql+asyncpg://news_admin:news_secure_2026@192.168.1.11:5432/news
# ============= MINIO / ХРАНИЛИЩЕ =============
MINIO_ENDPOINT=minio:9000
MINIO_ACCESS_KEY=minioadmin
MINIO_SECRET_KEY=minioadmin
MINIO_BUCKET=news-media
MINIO_PUBLIC_URL=http://localhost:9000
# ============= JWT / БЕЗОПАСНОСТЬ =============
JWT_SECRET=your-super-secret-key-change-in-production
JWT_ALGORITHM=HS256
# ============= ВКОНТАКТЕ API =============
VK_API_VERSION=5.131
VK_SERVICE_TOKEN=your_vk_service_token_here
# ============= АДМИНИСТРАТОР =============
ADMIN_USERNAME=admin
ADMIN_PASSWORD=your-strong-password
# ============= ДОКУМЕНТАЦИЯ API =============
DOCS_USERNAME=admin
DOCS_PASSWORD=admin
# ============= ЛОГИРОВАНИЕ =============
LOG_LEVEL=INFO