fix: update the wrangler config

This commit is contained in:
2026-08-19 11:38:30 +07:00
parent 39846e59b9
commit ba98f9c2f8
+14 -14
View File
@@ -10,43 +10,43 @@
"vars": {
"ALLOW_MULTIPART": "true",
"ETAG_STYLE": "md5",
"CORS_ALLOWED_ORIGINS": "",
"ENABLE_DOCS": "true"
"CORS_ALLOWED_ORIGINS": "https://s3-drive-storage-manage.nezumi.workers.dev",
"ENABLE_DOCS": "true",
},
"rules": [
{
"type": "Text",
"globs": ["**/*.yaml"],
"fallthrough": false
}
"fallthrough": false,
},
],
"observability": {
"enabled": true
"enabled": true,
},
"durable_objects": {
"bindings": [
{
"name": "MPU",
"class_name": "MultipartUploadDO"
}
]
"class_name": "MultipartUploadDO",
},
],
},
"migrations": [
{
"tag": "v1",
"new_sqlite_classes": ["MultipartUploadDO"]
}
"new_sqlite_classes": ["MultipartUploadDO"],
},
],
"kv_namespaces": [
{
"binding": "AUTH_KV",
"id": "2113be46ce514e088572d0ef7459c1bf"
"id": "2113be46ce514e088572d0ef7459c1bf",
},
{
"binding": "FOLDER_CACHE",
"id": "6d2f9904a3ff4471b0f04025c1ae87cd"
}
]
"id": "6d2f9904a3ff4471b0f04025c1ae87cd",
},
],
/**
* Smart Placement
* https://developers.cloudflare.com/workers/configuration/smart-placement/#smart-placement