# Docker Registry 配置
DOCKER_REGISTRY=registry.yichamao.com
FRONTEND_VERSION=latest
BACKEND_VERSION=latest
RUST_VERSION=latest
MCP_PROXY_VERSION=latest
LOG_PLATFORM_VERSION=latest
VIDEO_ANALYSIS_VERSION=latest
# 前端端口
FRONTEND_HOST_PORT=80
# MySQL 配置
MYSQL_ROOT_PASSWORD=root
MYSQL_USER=root
MYSQL_PASSWORD=root
MYSQL_DATABASE=agent_platform
MYSQL_CUSTOM_DATABASE=agent_custom_table
MYSQL_PORT=3306
DATABASE_URL=jdbc:mysql://mysql:${MYSQL_PORT}/${MYSQL_DATABASE}?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
# Redis 配置
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_PASSWORD=123456
REDIS_URL=redis://${REDIS_HOST}:${REDIS_PORT}
# Milvus 配置
MILVUS_PORT=19530
MILVUS_HOST=milvus
MILVUS_URI=http://${MILVUS_HOST}:${MILVUS_PORT}
# MinIO 配置
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=minioadmin
# 前端项目配置
FRONTEND_REPO=https://git.yichamao.com/agent-platform/agent-platform-front.git
FRONTEND_BRANCH=dev
FRONTEND_DIR=agent-platform-front
BACKEND_REPO=https://gitlab.yichamao.com/ai-agent/agent-platform.git
BACKEND_BRANCH=v3-test
BACKEND_DIR=app-platform
RUST_REPO=https://gitlab.yichamao.com/ai-agent/rfunction_engine.git
RUST_BRANCH=dev
RUST_DIR=rfunction_engine
MCP_PROXY_REPO=https://gitlab.yichamao.com/ai-agent/mcp_proxy.git
MCP_PROXY_BRANCH=dev
MCP_PROXY_DIR=mcp_proxy
LOG_PLATFORM_REPO=https://gitlab.yichamao.com/ai-agent/log_platform.git
LOG_PLATFORM_BRANCH=dev
LOG_PLATFORM_DIR=log_platform
LOG_PLATFORM_HOST_PORT=8097
VIDEO_ANALYSIS_REPO=https://gitlab.yichamao.com/ai-agent/video_analysis.git
VIDEO_ANALYSIS_BRANCH=dev
VIDEO_ANALYSIS_DIR=video_analysis
# JAVA工程配置
APP_PROFILE=test
APP_DEBUG_PORT=5005
APP_PORT=8080
# Doris 配置
# doris_fe 的内部ip地址
DORIS_HOST=172.20.80.2
DORIS_VERSION=3.0.4
DORIS_HOME=/opt/apache-doris/fe
DORIS_ROOT_USERNAME=root
DORIS_PORT=9030
DORIS_USER=admin
# 默认账号 root,admin 密码为空
DORIS_PASSWORD=
DORIS_DB=agent_custom_table