mirror of
https://github.com/OpenListTeam/OpenList-APIPages.git
synced 2026-05-22 00:23:17 +08:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"$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": "*****************************"
|
|
},
|
|
"site": {
|
|
"bucket": "./public"
|
|
}
|
|
}
|