summaryrefslogtreecommitdiff
path: root/config/conf.json_
blob: a03249e1a322564ea7df5bfa52231a78096d266d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "Port": 8080,
    "MaxFileSize": 20971520,
    "HashLength": 7,
    "UserAgent": "Mandible",
    "Stores" : [
        {
            "Type" : "local",
            "StoreRoot": "/home/horus/projects/golang/src/mandible/files",
            "NamePathRegex" : "^([a-zA-Z0-9])([a-zA-Z0-9]).*",
            "NamePathMap" : "${ImageSize}/${1}/${2}/${ImageName}"
        }
    ]
}