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-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,9 +145,10 @@ Environment variables (will overwrite other server configs)
145
145
| HMD_LDAP_SEARCHFILTER |`(uid={{username}})`| LDAP filter to search with |
146
146
| HMD_LDAP_SEARCHATTRIBUTES | no example | LDAP attributes to search with |
147
147
| HMD_LDAP_TLS_CA |`server-cert.pem, root.pem`| Root CA for LDAP TLS in PEM format (use comma to separate) |
148
-
| HMD_LDAP_PROVIDERNAME |`My institution`| Optional name to be displayed at login form indicating the LDAP provider |
148
+
| HMD_LDAP_PROVIDERNAME |`My institution`| Optional name to be displayed at login form indicating the LDAP provider |
149
149
| HMD_IMGUR_CLIENTID | no example | Imgur API client id |
150
150
| HMD_EMAIL |`true` or `false`| set to allow email signin |
151
+
| HMD_ALLOW_PDF_EXPORT |`true` or `false`| Enable or disable PDF exports |
151
152
| HMD_ALLOW_EMAIL_REGISTER |`true` or `false`| set to allow email register (only applied when email is set, default is `true`) |
152
153
| 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)|
153
154
| HMD_S3_ACCESS_KEY_ID | no example | AWS access key id |
0 commit comments