Files
telegram-management-system/frontend/.env.production
你的用户名 237c7802e5
Some checks failed
Deploy / deploy (push) Has been cancelled
Initial commit: Telegram Management System
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>
2025-11-04 15:37:50 +08:00

10 lines
277 B
Plaintext

# 生产环境配置
NODE_ENV=production
# Sentry 配置
VUE_APP_SENTRY_DSN=https://868ede648cf054a18332bd54b2b562d8@o4509444978900992.ingest.us.sentry.io/4509739431690240
VUE_APP_SENTRY_ENVIRONMENT=production
VUE_APP_SENTRY_DEBUG=false
# API 配置
VUE_APP_API_BASE_URL=/api