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