This commit is contained in:
2021-05-02 14:50:51 +00:00
parent a97731930a
commit 23f62bb6f6
4 changed files with 28 additions and 10 deletions

View File

@@ -424,12 +424,13 @@
* If you want to mitigate this, please install ep_hash_auth and
* follow the section "secure your installation" in README.md
*/
"headerauth": {
// Defaults to "x-authenticated-user"
"username_header": "x-authenticated-user",
// Defaults to "x-authenticated-name"
"displayname_header": "x-authenticated-user"
},
/*
* "headerauth": {
* // Defaults to "x-authenticated-user"
* "username_header": "x-authenticated-user",
* // Defaults to "x-authenticated-name"
* "displayname_header": "x-authenticated-user"
},*/
"ep_image_upload": {
"fileTypes": ["jpeg", "jpg", "bmp", "gif", "png"],
"maxFileSize": 12000000