cf-worker-api/wrangler.jsonc.example
pikachuim be38793c51 fix google drive cookie issue
add aliyun2 refresh
add yandex refresh
add baiduyun oob mode
2025-06-16 17:53:29 +08:00

29 lines
608 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": "",
"yandexui_uid": "",
"yandexui_key": ""
},
"site": {
"bucket": "./public"
}
}