We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dacf0 commit f49ad30Copy full SHA for f49ad30
README.md
@@ -52,13 +52,15 @@ module.exports = require('ghost-firebase-storage-adapter');
52
- Add a `storage` block to your config.${GHOST_ENVIRONMENT}.json as shown below:
53
54
```json
55
-"serviceAccount": "./path/to/service/account.json",
56
-"bucketName": "bucket-name",
57
-"basePath": "base path for saving uploads",
58
-"uploadOptions": {
59
- "gzip": true,
60
- "metadata": {
61
- "cacheControl": "public, max-age=31536000"
+"storage": {
+ "serviceAccount": "./path/to/service/account.json",
+ "bucketName": "bucket-name",
+ "basePath": "base path for saving uploads",
+ "uploadOptions": {
+ "gzip": true,
+ "metadata": {
62
+ "cacheControl": "public, max-age=31536000"
63
+ }
64
}
65
66
```
0 commit comments