diff options
Diffstat (limited to 'config.example.json')
| -rw-r--r-- | config.example.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config.example.json b/config.example.json index 4dad077..4d410bc 100644 --- a/config.example.json +++ b/config.example.json @@ -8,8 +8,11 @@ "max-size": 100000, "update-interval": 5 }, - "templates-dir": "html", - "wixmp-proxy": "http://127.0.0.1:8080", + "dirs-to-memory": [ + "html", + "css" + ], + "download-proxy": "", "proxy": true, - "nsfw": true + "nsfw": false }
\ No newline at end of file |
