summarylogtreecommitdiffstats
path: root/config.example.json
blob: 7ef2278709750a7512abbe2de5223fbb04cc916b (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
}