-
Notifications
You must be signed in to change notification settings - Fork 233
Expand file tree
/
Copy pathwrangler.example.jsonc
More file actions
36 lines (36 loc) · 1.35 KB
/
wrangler.example.jsonc
File metadata and controls
36 lines (36 loc) · 1.35 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
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "openlist-apis-page",
"main": "src/cfapp.ts",
"compatibility_date": "2025-05-25",
"compatibility_flags": [
"nodejs_compat"
],
"vars": {
"MAIN_URLS": "api.example.com",
"PROXY_API": "",
"onedrive_uid": "*****************************",
"onedrive_key": "*****************************",
"alicloud_uid": "*****************************",
"alicloud_key": "*****************************",
"baiduyun_uid": "*****************************",
"baiduyun_key": "*****************************",
"baiduyun_ext": "*****************************",
"cloud115_uid": "*****************************",
"cloud115_key": "*****************************",
"googleui_uid": "*****************************",
"googleui_key": "*****************************",
"yandexui_uid": "*****************************",
"yandexui_key": "*****************************",
"dropboxs_uid": "*****************************",
"dropboxs_key": "*****************************",
"quarkpan_uid": "*****************************",
"quarkpan_key": "*****************************",
"cloud123_uid": "*****************************",
"cloud123_key": "*****************************",
"cloud123_url": "*****************************"
},
"site": {
"bucket": "./public"
}
}