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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,11 @@ Environment variables (will overwrite other server configs)
131
131
| HMD_GOOGLE_CLIENTID | no example | Google API client id |
132
132
| HMD_GOOGLE_CLIENTSECRET | no example | Google API client secret |
133
133
| HMD_IMGUR_CLIENTID | no example | Imgur API client id |
134
+
| HMD_IMAGE_UPLOAD_TYPE |`imgur`, `s3` or `filesystem`| Where to upload image. For S3, see our [S3 Image Upload Guide](docs/guides/s3-image-upload.md)|
135
+
| HMD_S3_ACCESS_KEY_ID | no example | AWS access key id |
136
+
| HMD_S3_SECRET_ACCESS_KEY | no example | AWS secret key |
137
+
| HMD_S3_REGION |`ap-northeast-1`| AWS S3 region |
138
+
| HMD_S3_BUCKET | no example | AWS S3 bucket name |
| imageUploadType | `imgur`(default), `s3` or `filesystem` | Where to upload image
175
+
| s3 |`{ "accessKeyId": "YOUR_S3_ACCESS_KEY_ID", "secretAccessKey": "YOUR_S3_ACCESS_KEY", "region": "YOUR_S3_REGION", "bucket": "YOUR_S3_BUCKET_NAME" }`| 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)|
0 commit comments