summaryrefslogtreecommitdiff
path: root/config/default.conf.json
blob: 03362ecaab9272e7c76a2ef82945616b779e247e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "Port": 8080,
    "Ip": "127.0.0.1",
    "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}"
        }
    ]
}