summaryrefslogtreecommitdiff
path: root/config.example.json
blob: 56b5218e327852953c87935fbed306fdf2b1f6d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "listen": "0.0.0.0:3003",
    "base-path": "/skunky/",
    "cache": {
        "enabled": true,
        "path": "cache",
        "lifetime": null,
        "max-size": 100000
    },
    "proxy": true,
    "wixmp-proxy": "http://127.0.0.1:8080",
    "nsfw": false
}