cf-worker-api/wrangler.jsonc.example
520yxl 0bbfc24794
Update wrangler.jsonc.example
缺失了baiduyun_ext的变量,放置百度的SecretKey
2025-06-14 03:21:43 +08:00

27 lines
560 B
Plaintext

{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "cf-worker-api",
"main": "src/index.ts",
"compatibility_date": "2025-05-25",
"compatibility_flags": [
"nodejs_compat"
],
"vars": {
"MAIN_URLS": "api.oplist.org",
"onedrive_uid": "",
"onedrive_key": "",
"alicloud_uid": "",
"alicloud_key": "",
"baiduyun_uid": "",
"baiduyun_key": "",
"baiduyun_ext": "",
"115cloud_uid": "",
"115cloud_key": "",
"googleui_uid": "",
"googleui_key": ""
},
"site": {
"bucket": "./public"
}
}