{
    "host": "files.example.com",
    "mount_path": "/webdav",
    "provider_mapping": { "/myfiles": "/path/to/files" },
    "simple_dc": {
        "user_mapping": {
            "/myfiles": {
                "myuser": { "password": "mypassword", "description": "", "roles": [] }
            }
        }
    },
    "verbose": 1
}