summarylogtreecommitdiffstats
path: root/config.example.json5
blob: 9242b8f914b987db50b9f782e3269468aaf81d48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "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,
}