diff options
Diffstat (limited to 'config.example.json')
| -rw-r--r-- | config.example.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.example.json b/config.example.json index 1d979bd..56b5218 100644 --- a/config.example.json +++ b/config.example.json @@ -1,12 +1,13 @@ { "listen": "0.0.0.0:3003", - "base_uri": null, + "base-path": "/skunky/", "cache": { "enabled": true, "path": "cache", "lifetime": null, - "max_size": 10000 + "max-size": 100000 }, - "proxy": false, + "proxy": true, + "wixmp-proxy": "http://127.0.0.1:8080", "nsfw": false }
\ No newline at end of file |
