Files
2025-10-01 17:48:57 +08:00

39 lines
809 B
Bash
Raw Permalink 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
MYSQL_HOST=49.232.154.205
MYSQL_PORT=10080
MYSQL_DATABASE=fad_watch
MYSQL_USER=root
MYSQL_PASSWORD=Fuande@666
# Redis配置
REDIS_HOST=rtsp-redis
REDIS_PORT=6379
REDIS_PASSWORD=
# 服务器配置
SERVER_HOST=49.232.154.205
# Backend对外端口重要
BACKEND_EXTERNAL_PORT=10082
MEDIA_SERVER_EXTERNAL_PORT=10083
# 后端服务配置
BACKEND_HOST=rtsp-backend
BACKEND_PORT=8080
# 前端服务配置
FRONTEND_PORT=10081
# Python推理服务配置
PYTHON_SERVICE_HOST=rtsp-python-service
PYTHON_SERVICE_PORT=8000
# MinIO配置外部服务
MINIO_ENABLED=true
MINIO_ENDPOINT=http://49.232.154.205:10900
MINIO_ACCESS_KEY=4EsLD9g9OM09DT0HaBKj
MINIO_SECRET_KEY=05SFC5fleqTnaLRYBrxHiphMFYbGX5nYicj0WCHA
MINIO_BUCKET=rtsp
# 时区配置
TZ=Asia/Shanghai