-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
44 lines (41 loc) · 1.82 KB
/
Copy path.env.example
File metadata and controls
44 lines (41 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
KW_APP_NAME=knowledge-warehouse
KW_API_PREFIX=/api
KW_DATABASE_URL=postgresql+psycopg://postgres:postgres@localhost:5432/knowledge_warehouse
KW_STORAGE_ROOT=.data/storage
KW_STORAGE_ENDPOINT=http://localhost:9000
KW_STORAGE_ACCESS_KEY=minioadmin
KW_STORAGE_SECRET_KEY=minioadmin
KW_STORAGE_BUCKET=knowledge-warehouse
KW_STORAGE_REGION=us-east-1
KW_STORAGE_USE_SSL=false
CF_API_HOST=127.0.0.1
CF_API_PORT=8020
VITE_WEB_HOST=127.0.0.1
VITE_WEB_PORT=5173
VITE_API_PROXY_TARGET=http://127.0.0.1:8020
VITE_DEFAULT_ROUTE=/portal
# Publish requests require header: X-Role=publisher
# P2 Brainstorm v1 Dify workflow orchestrator.
# Keep DIFY_API_KEY out of git; inject it into the backend process at runtime.
DIFY_BASE_URL=http://localhost
DIFY_API_KEY=
DIFY_WORKFLOW_ID=
DIFY_PUBLISHED_WORKFLOW_ID=
DIFY_RESPONSE_MODE=blocking
DIFY_TIMEOUT_SECONDS=120
# P3 requirement-to-software-design Dify workflow.
# This drives the initial "执行基础转换" action and is separate from scoped local edits.
# If a local Dify instance uses different workflow IDs, do not edit tracked files.
# Put machine-specific values in config/dify.local.env or ~/.codefactory/dify.local.env.
CODEFACTORY_P3_DIFY_BASE_URL=http://localhost/v1
CODEFACTORY_P3_DIFY_API_KEY=
CODEFACTORY_P3_DIFY_WORKFLOW_ID=587ab682-81d2-40d4-b4ee-047849455b5f
CODEFACTORY_P3_DIFY_TIMEOUT_SECONDS=520
# P3 scoped software design edit Dify workflow.
# This is separate from the initial P3 requirement-to-SDD converter workflow.
# If a local Dify instance uses different workflow IDs, do not edit tracked files.
# Put machine-specific values in config/dify.local.env or ~/.codefactory/dify.local.env.
CODEFACTORY_P3_SCOPED_DIFY_BASE_URL=http://localhost/v1
CODEFACTORY_P3_SCOPED_DIFY_API_KEY=
CODEFACTORY_P3_SCOPED_DIFY_WORKFLOW_ID=1b1d17a4-cb0f-4c9c-b59b-8d6ba76f22ff
CODEFACTORY_P3_SCOPED_DIFY_TIMEOUT_SECONDS=180