summaryrefslogtreecommitdiff
path: root/config.json
blob: 1d979bda4a35f0b981b180616b6d73a9650e8f29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "listen": "0.0.0.0:3003",
    "base_uri": null,
    "cache": {
        "enabled": true,
        "path": "cache",
        "lifetime": null,
        "max_size": 10000
    },
    "proxy": false,
    "nsfw": false
}