Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
A
appstore-dpanel
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
黄新宇
appstore-dpanel
Commits
d99d262d
提交
d99d262d
authored
2月 17, 2025
作者:
QYG2297248353
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Synced apps from source repository via GitHub Actions
上级
c02138ad
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
16 行增加
和
5 行删除
+16
-5
.env
apps/dify/0.15.3/.env
+3
-0
data.yml
apps/dify/0.15.3/data.yml
+8
-0
docker-compose.yml
apps/dify/0.15.3/docker-compose.yml
+0
-0
dify.env
apps/dify/0.15.3/envs/dify.env
+5
-5
没有找到文件。
apps/dify/0.15.3/.env
浏览文件 @
d99d262d
...
@@ -7,6 +7,9 @@ PANEL_APP_PORT_HTTP=8080
...
@@ -7,6 +7,9 @@ PANEL_APP_PORT_HTTP=8080
# WebUI SSL 端口 [必填]
# WebUI SSL 端口 [必填]
PANEL_APP_PORT_HTTPS=8443
PANEL_APP_PORT_HTTPS=8443
# 插件调试端口 [必填]
PLUGIN_DEBUGGING_PORT=5003
# Milvus 端口 [必填]
# Milvus 端口 [必填]
MILVUS_STANDALONE_PORT1=19530
MILVUS_STANDALONE_PORT1=19530
...
...
apps/dify/0.15.3/data.yml
浏览文件 @
d99d262d
...
@@ -23,6 +23,14 @@ additionalProperties:
...
@@ -23,6 +23,14 @@ additionalProperties:
required
:
true
required
:
true
rule
:
paramPort
rule
:
paramPort
type
:
number
type
:
number
-
default
:
5003
edit
:
true
envKey
:
PLUGIN_DEBUGGING_PORT
labelZh
:
插件调试端口
labelEn
:
Plugin debugging port
required
:
true
rule
:
paramPort
type
:
number
-
default
:
19530
-
default
:
19530
disabled
:
true
disabled
:
true
envKey
:
MILVUS_STANDALONE_PORT1
envKey
:
MILVUS_STANDALONE_PORT1
...
...
apps/dify/0.15.3/docker-compose.yml
浏览文件 @
d99d262d
差异被折叠。
点击展开。
apps/dify/0.15.3/envs/dify.env
浏览文件 @
d99d262d
...
@@ -75,7 +75,7 @@ SECRET_KEY=sk-9f73s3ljTXVcMT3Blb3ljTqtsKiGHXVcMT3BlbkFJLK7U
...
@@ -75,7 +75,7 @@ SECRET_KEY=sk-9f73s3ljTXVcMT3Blb3ljTqtsKiGHXVcMT3BlbkFJLK7U
# Password for admin user initialization.
# Password for admin user initialization.
# If left unset, admin user will not be prompted for a password
# If left unset, admin user will not be prompted for a password
# when creating the initial admin account.
# when creating the initial admin account.
# The length of the password cannot exceed 30 charactors.
# The length of the password cannot exceed 30 charactors.
INIT_PASSWORD=
INIT_PASSWORD=
...
@@ -582,13 +582,13 @@ SCARF_NO_ANALYTICS=true
...
@@ -582,13 +582,13 @@ SCARF_NO_ANALYTICS=true
# ------------------------------
# ------------------------------
# The maximum number of tokens allowed for prompt generation.
# The maximum number of tokens allowed for prompt generation.
# This setting controls the upper limit of tokens that can be used by the LLM
# This setting controls the upper limit of tokens that can be used by the LLM
# when generating a prompt in the prompt generation tool.
# when generating a prompt in the prompt generation tool.
# Default: 512 tokens.
# Default: 512 tokens.
PROMPT_GENERATION_MAX_TOKENS=512
PROMPT_GENERATION_MAX_TOKENS=512
# The maximum number of tokens allowed for code generation.
# The maximum number of tokens allowed for code generation.
# This setting controls the upper limit of tokens that can be used by the LLM
# This setting controls the upper limit of tokens that can be used by the LLM
# when generating code in the code generation tool.
# when generating code in the code generation tool.
# Default: 1024 tokens.
# Default: 1024 tokens.
CODE_GENERATION_MAX_TOKENS=1024
CODE_GENERATION_MAX_TOKENS=1024
...
@@ -903,8 +903,8 @@ COMPOSE_PROFILES=${VECTOR_STORE:-weaviate}
...
@@ -903,8 +903,8 @@ COMPOSE_PROFILES=${VECTOR_STORE:-weaviate}
# ------------------------------
# ------------------------------
# Docker Compose Service Expose Host Port Configurations
# Docker Compose Service Expose Host Port Configurations
# ------------------------------
# ------------------------------
EXPOSE_NGINX_PORT
=80
PANEL_APP_PORT_HTTP
=80
EXPOSE_NGINX_SSL_PORT
=443
PANEL_APP_PORT_HTTPS
=443
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# ModelProvider & Tool Position Configuration
# ModelProvider & Tool Position Configuration
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论