This commit is contained in:
2025-12-14 02:38:35 +07:00
commit 5343a8f2c3
84 changed files with 7406 additions and 0 deletions

15
.env.example Normal file
View File

@@ -0,0 +1,15 @@
# Database
DB_PASSWORD=change_me_secure_password
# Backend
SECRET_KEY=change_me_jwt_secret_key_at_least_32_chars
DEBUG=false
# OpenAI API
OPENAI_API_KEY=sk-...
# Telegram Bot
TELEGRAM_BOT_TOKEN=123456:ABC-DEF...
# Frontend (for build)
VITE_API_URL=/api/v1