summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZearin2018-02-17 13:08:05 -0500
committerZearin2018-02-17 13:08:05 -0500
commitb8e019c6b0b30cf3410b389d06e7416259b6820f (patch)
treeb14391107f9cf7a6619e027ab1b86a3b57fa63d7 /README.md
parentb0f524e55e2f3de37177277080887d564418c0f0 (diff)
Rerun doctoc
Signed-off-by: Anthony "Zearin" Rogers <zearin@users.sourceforge.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f8ad4f6d..fb4e2223 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Thanks for using! :smile:
- [Environment variables (will overwrite other server configs)](#environment-variables-will-overwrite-other-server-configs)
- [Application settings `config.json`](#application-settings-configjson)
- [Third-party integration API key settings](#third-party-integration-api-key-settings)
- - [Third-party integration oauth callback URLs](#third-party-integration-oauth-callback-urls)
+ - [Third-party integration OAuth callback URLs](#third-party-integration-oauth-callback-urls)
- [Developer Notes](#developer-notes)
- [Structure](#structure)
- [Operational Transformation](#operational-transformation)
@@ -255,7 +255,7 @@ There are some config settings you need to change in the files below.
| `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` or `minio` |
-## Third-party integration api key settings
+## Third-party integration API key settings
| service | settings location | description |
| ------- | --------- | ----------- |