Files
rtsp-video-analysis-system/.env
2025-09-30 14:23:33 +08:00

29 lines
537 B
Bash
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.

# MySQL数据库配置
MYSQL_ROOT_PASSWORD=ruoyi123
MYSQL_DATABASE=ry-vue
MYSQL_USER=ruoyi
MYSQL_PASSWORD=ruoyi123
MYSQL_HOST=rtsp-mysql
MYSQL_PORT=3306
# Redis配置
REDIS_HOST=rtsp-redis
REDIS_PORT=6379
REDIS_PASSWORD=
# 后端服务配置
BACKEND_HOST=rtsp-backend
BACKEND_PORT=8080
# 前端服务配置
FRONTEND_PORT=10080
# Python推理服务配置
PYTHON_SERVICE_HOST=rtsp-python-service
PYTHON_SERVICE_PORT=8000
# 时区配置
TZ=Asia/Shanghai
# 备注MinIO使用外部已部署的服务配置在application.yml中