mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-12-29 08:01:36 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
# 数据持久化路径 [必填]
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user