-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
30 lines (30 loc) · 1.15 KB
/
Copy pathconfig.example.json
File metadata and controls
30 lines (30 loc) · 1.15 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
{
"ark": {
"ark_说明": [
"AK/SK 获取方式:",
"1. 登录火山引擎控制台 API 访问密钥: https://console.volcengine.com/iam/keymanage",
"",
"2. 创建一个 AccessKey ,复制 AccessKey ID 和 SecretAccess Key",
" 如果使用子账户,需要确保具有 AccessKeySelfManageAccess 和 ArkReadOnlyAccess 权限",
" 将 accessKeyId 和 secretAccessKey 填到下方"
],
"accessKeyId": "xxxx",
"secretAccessKey": "xxxx"
},
"opencode": {
"authCookie_说明": [
"1. 登录 https://opencode.ai/auth",
"",
"2. F12 打开开发者工具 → Application(应用) → Cookies → 展开选 opencode.ai",
"",
"3. 找到 Name 为 auth 的条目,复制",
" 类似于 Fe26.2**..."
],
"authCookie": "Fe26.2**...",
"workspaceID_说明": [
"登录后地址栏类似于: https://opencode.ai/workspace/<id>/go",
"将 <id> 部分替换为实际 workspaceID ,类似于 wrk_..."
],
"workspaceID": "wrk_..."
}
}