You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ There are some config settings you need to change in the files below.
209
209
|`HMD_EMAIL`|`true` or `false`| set to allow email signin |
210
210
|`HMD_ALLOW_PDF_EXPORT`|`true` or `false`| Enable or disable PDF exports |
211
211
|`HMD_ALLOW_EMAIL_REGISTER`|`true` or `false`| set to allow email register (only applied when email is set, default is `true`. Note `bin/manage_users` might help you if registration is `false`.) |
212
-
|`HMD_IMAGE_UPLOAD_TYPE`|`imgur`, `s3`, `minio` or `filesystem`| Where to upload image. For S3, see our Image Upload Guides for [S3](docs/guides/s3-image-upload.md) or [Minio](docs/guides/minio-image-upload.md)|
212
+
|`HMD_IMAGE_UPLOAD_TYPE`|`imgur`, `s3`, `minio` or `filesystem`| Where to upload images. For S3, see our Image Upload Guides for [S3](docs/guides/s3-image-upload.md) or [Minio](docs/guides/minio-image-upload.md)|
213
213
|`HMD_S3_ACCESS_KEY_ID`| no example | AWS access key id |
214
214
|`HMD_S3_SECRET_ACCESS_KEY`| no example | AWS secret key |
215
215
|`HMD_S3_REGION`|`ap-northeast-1`| AWS S3 region |
@@ -270,7 +270,7 @@ There are some config settings you need to change in the files below.
270
270
|`documentMaxLength`|`100000`| note max length |
271
271
|`email`|`true` or `false`| set to allow email signin |
272
272
|`allowEmailRegister`|`true` or `false`| set to allow email register (only applied when email is set, default is `true`. Note `bin/manage_users` might help you if registration is `false`.) |
273
-
| `imageUploadType` | `imgur`(default), `s3`, `minio`, `azure` or `filesystem` | Where to upload image
273
+
|`imageUploadType`|`imgur`, `s3`, `minio`, `azure` or `filesystem`(default)| Where to upload images. For S3, see our Image Upload Guides for [S3](docs/guides/s3-image-upload.md) or [Minio](docs/guides/minio-image-upload.md)|
274
274
|`minio`|`{ "accessKey": "YOUR_MINIO_ACCESS_KEY", "secretKey": "YOUR_MINIO_SECRET_KEY", "endpoint": "YOUR_MINIO_HOST", port: 9000, secure: true }`| When `imageUploadType` is set to `minio`, you need to set this key. Also checkout our [Minio Image Upload Guide](docs/guides/minio-image-upload.md)|
275
275
|`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)|
276
276
|`s3bucket`|`YOUR_S3_BUCKET_NAME`| bucket name when `imageUploadType` is set to `s3` or `minio`|
0 commit comments