Initial commit: Telegram Management System
Some checks failed
Deploy / deploy (push) Has been cancelled
Some checks failed
Deploy / deploy (push) Has been cancelled
Full-stack web application for Telegram management - Frontend: Vue 3 + Vben Admin - Backend: NestJS - Features: User management, group broadcast, statistics 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
20
.env.example
Normal file
20
.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# Database Configuration
|
||||
DB_HOST=mysql
|
||||
DB_NAME=tg_manage
|
||||
DB_USER=tg_manage
|
||||
DB_PASS=tg_manage_pass_2024
|
||||
|
||||
# MongoDB Configuration
|
||||
MONGO_URL=mongodb://mongodb:27017/tg_manage
|
||||
|
||||
# Redis Configuration
|
||||
REDIS_HOST=redis
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=
|
||||
|
||||
# RabbitMQ Configuration
|
||||
RABBITMQ_URL=amqp://admin:admin123@rabbitmq:5672
|
||||
|
||||
# Environment
|
||||
NODE_ENV=production
|
||||
DOCKER_ENV=true
|
||||
Reference in New Issue
Block a user