Hosting 服務
目錄
設定 Parse 動態檔案服務
{
"appId": 'my_app_id',
"masterKey": 'my_master_key',
// ...
"filesAdapter": {
"module": "@parse/gcs-files-adapter",
"options": {
"projectId": "projectId",
"keyFilename": "path/to/keyfile",
"bucket": "my_bucket",
// optional:
"bucketPrefix": '', // default value
"directAccess": false // default value
}
}
}透過 Express 直接在 Parse Server 提供 Static Hosting 服務
Last updated