fear: admin添加app应用版本管理

system-features添加
This commit is contained in:
npc0-hue
2026-02-09 09:11:58 +08:00
parent 8c9e7652ec
commit df9bed2950
35 changed files with 1656 additions and 40 deletions
+10 -15
View File
@@ -6,45 +6,40 @@
# Common Variables
# ------------------------------
# The backend URL of the console API (base only; entrypoint appends /console/api).
# The backend URL of the console API,
# used to concatenate the authorization callback.
# Must be an absolute URL (e.g. https://your-domain.com). If empty, web entrypoint falls back to http://127.0.0.1:5001.
# If empty, it is the same domain.
# Example: https://api.console.dify.ai
# 外网需要自行配置
CONSOLE_API_URL=http://127.0.0.1:5001
CONSOLE_API_URL=
# The front-end URL of the console web,
# used to concatenate some front-end addresses and for CORS configuration use.
# If empty, it is the same domain.
# Example: https://console.dify.ai
# 外网需要自行配置
CONSOLE_WEB_URL=http://127.0.0.1:3000
CONSOLE_WEB_URL=
# Service API Url,
# used to display Service API Base Url to the front-end.
# If empty, it is the same domain.
# Example: https://api.dify.ai
# 外网需要自行配置
SERVICE_API_URL=http://127.0.0.1:5001
SERVICE_API_URL=
# Trigger external URL
# used to display trigger endpoint API Base URL to the front-end.
# Example: https://api.dify.ai
# 外网需要自行配置
TRIGGER_URL=http://127.0.0.1:5001
TRIGGER_URL=http://localhost
# WebApp API backend Url (base only; entrypoint appends /api).
# WebApp API backend Url,
# used to declare the back-end URL for the front-end API.
# Must be an absolute URL. If empty, web entrypoint falls back to http://127.0.0.1:5001.
# If empty, it is the same domain.
# Example: https://api.app.dify.ai
# 外网需要自行配置
APP_API_URL=http://127.0.0.1:5001
APP_API_URL=
# WebApp Url,
# used to display WebAPP API Base Url to the front-end.
# If empty, it is the same domain.
# Example: https://app.dify.ai
APP_WEB_URL=http://127.0.0.1:3000
APP_WEB_URL=
# File preview or download Url prefix.
# used to display File preview or download Url to the front-end or as Multi-model inputs;