diff options
author | Sheogorath | 2017-10-17 20:01:37 +0200 |
---|---|---|
committer | GitHub | 2017-10-17 20:01:37 +0200 |
commit | 80f1c8197adfa25766c18654c2ce7f23150e5d3a (patch) | |
tree | af995e556e87f215108f6f9afca0207085a927ec | |
parent | 5ce8f40eac7fccfcfca175cf79ccfa86a84bc113 (diff) | |
parent | b72556b915fe449f4134dd9901b28fce4277d9a0 (diff) |
Merge pull request #593 from felixonmars/patch-1
Fix a typo in README.md
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -201,7 +201,7 @@ Application settings `config.json` | email | `true` or `false` | set to allow email signin | | allowemailregister | `true` or `false` | set to allow email register (only applied when email is set, default is `true`) | | imageUploadType | `imgur`(default), `s3` or `filesystem` | Where to upload image -| s3 | `{ "accessKeyId": "YOUR_S3_ACCESS_KEY_ID", "secretAccessKey": "YOUR_S3_ACCESS_KEY", "region": "YOUR_S3_REGION" }` | When `imageUploadType` be setted to `s3`, you would also need to setup this key, check our [S3 Image Upload Guide](docs/guides/s3-image-upload.md) | +| s3 | `{ "accessKeyId": "YOUR_S3_ACCESS_KEY_ID", "secretAccessKey": "YOUR_S3_ACCESS_KEY", "region": "YOUR_S3_REGION" }` | When `imageUploadType` be set to `s3`, you would also need to setup this key, check our [S3 Image Upload Guide](docs/guides/s3-image-upload.md) | | s3bucket | `YOUR_S3_BUCKET_NAME` | bucket name when `imageUploadType` is set to `s3` | Third-party integration api key settings |