summaryrefslogtreecommitdiff
path: root/config/default.conf.json
blob: 2b7520e409adea40c428a735125f4190e6f2a318 (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": "/Users/jarvis/imagestore",
            "NamePathRegex" : "^([a-zA-Z0-9])([a-zA-Z0-9]).*",
            "NamePathMap" : "${ImageSize}/${1}/${2}/${ImageName}"
        }
    ]
}