-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 1.1 KB
/
.env.example
File metadata and controls
21 lines (18 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# =============================================================================
# Dify Plugin Daemon version (Docker image tag)
# Available versions: https://hub.docker.com/r/langgenius/dify-plugin-daemon/tags
# =============================================================================
DIFY_PLUGIN_DAEMON_VERSION=0.5.3
# =============================================================================
# Dify Marketplace API URL
# =============================================================================
MARKETPLACE_API_URL=https://marketplace.dify.ai
# =============================================================================
# GitHub base URL (useful for GitHub Enterprise)
# =============================================================================
GITHUB_API_URL=https://github.com
# =============================================================================
# PyPI mirror (leave default for official PyPI)
# Chinese users: https://mirrors.aliyun.com/pypi/simple
# =============================================================================
PIP_INDEX_URL=https://pypi.org/simple