summaryrefslogtreecommitdiff
path: root/config/default.conf.json
blob: 0372b3dc18e9587873170b2b58d71030a108baab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "Port": 8080,
    "MaxFileSize": 20971520,
    "HashLength": 7,
    "UserAgent": "ImgurGo (https://github.com/gophergala/ImgurGo)",
    "Stores" : [
        {
            "Type" : "local",
            "StoreRoot": "/Users/jarvis/imagestore",
            "NamePathRegex" : "^([a-zA-Z0-9])([a-zA-Z0-9]).*",
            "NamePathMap" : "${ImageSize}/${1}/${2}/${ImageName}"
        }
    ]
}