-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy path.env.example
More file actions
20 lines (17 loc) · 973 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (17 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# DeepWrite app mode: runtime (default) or evaluation. Evaluation mode stores
# the effective system prompt, injected text context, and tool JSON Schemas in
# the related local conversation for DeepWrite Trace Lab. These snapshots can
# contain manuscript text, so enable the mode only on an evaluation machine.
MAIN_VITE_DEEPWRITE_APP_MODE=runtime
# DeepWrite public-data service prefix. Keep the real deployment URL in
# .env; this example is safe to commit.
MAIN_VITE_DEEPWRITE_PUBLIC_DATA_API_BASE_URL=https://your-write-relay.example.com
# Optional Bearer key for a reverse proxy in front of the public-data routes.
# The Write Relay public read endpoints themselves do not require ADMIN_TOKEN.
MAIN_VITE_DEEPWRITE_PUBLIC_DATA_API_KEY=
# Cloud backup (Aliyun OSS). Keep real keys in .env only.
MAIN_VITE_OSS_ACCESS_KEY_ID=
MAIN_VITE_OSS_ACCESS_KEY_SECRET=
MAIN_VITE_OSS_BUCKET=
MAIN_VITE_OSS_ENDPOINT=oss-cn-beijing.aliyuncs.com
MAIN_VITE_OSS_REGION=oss-cn-beijing