将检测任务迁移python
This commit is contained in:
28
.env
Normal file
28
.env
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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中
|
||||
Reference in New Issue
Block a user