Skip to content

Commit 80f1c81

Browse files
authored
Merge pull request #593 from felixonmars/patch-1
Fix a typo in README.md
2 parents 5ce8f40 + b72556b commit 80f1c81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Application settings `config.json`
201201
| email | `true` or `false` | set to allow email signin |
202202
| allowemailregister | `true` or `false` | set to allow email register (only applied when email is set, default is `true`) |
203203
| imageUploadType | `imgur`(default), `s3` or `filesystem` | Where to upload image
204-
| 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) |
204+
| 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) |
205205
| s3bucket | `YOUR_S3_BUCKET_NAME` | bucket name when `imageUploadType` is set to `s3` |
206206

207207
Third-party integration api key settings

0 commit comments

Comments
 (0)