{ "general": { "name": "Ulicraft Files", "host": "files.${BASE_DOMAIN}", "force_ssl": true, "secret_key": "${FILES_SECRET_KEY}", "editor": "base", "display_hidden": false, "upload_button": true, "fork_button": false }, "auth": { "admin": "${FILES_ADMIN_PASSWORD_HASH}" }, "middleware": { "identity_provider": { "type": "${FILES_IDP_TYPE}", "params": "${FILES_IDP_PARAMS}" }, "attribute_mapping": { "related_backend": "files", "params": "{\"files\":{\"type\":\"local\",\"path\":\"/data/files/\",\"password\":\"${FILES_LOCAL_SECRET}\"}}" } }, "connections": [ { "label": "files", "type": "local" } ] }