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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,7 @@ 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_EMAIL |`true` or `false`| set to allow email register and signin |
134
135
| 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
136
| HMD_S3_ACCESS_KEY_ID | no example | AWS access key id |
136
137
| HMD_S3_SECRET_ACCESS_KEY | no example | AWS secret key |
| email |`true` or `false`| set to allow email register and signin |
174
176
| imageUploadType | `imgur`(default), `s3` or `filesystem` | Where to upload image
175
177
| 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