Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-02-24 03:26:42 +00:00
parent 3708f72726
commit 394ee03945
60 changed files with 7 additions and 7 deletions
-30
View File
@@ -1,30 +0,0 @@
# 数据持久化路径 [必填]
DIFY_ROOT_PATH=/home/dify
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080
# WebUI SSL 端口 [必填]
PANEL_APP_PORT_HTTPS=8443
# 数据库端口 [必填]
EXPOSE_DB_PORT=5432
# 插件调试端口 [必填]
EXPOSE_PLUGIN_DEBUGGING_PORT=5003
# Milvus 接口端口 [必填]
MILVUS_STANDALONE_API_PORT=19530
# Milvus 服务端口 [必填]
MILVUS_STANDALONE_SERVER_PORT=9091
# MyScale 端口 [必填]
MYSCALE_PORT=8123
# Elasticsearch 端口 [必填]
ELASTICSEARCH_PORT=9200
# Kibana 端口 [必填]
KIBANA_PORT=5601