diff options
| author | lost+skunk <[email protected]> | 2024-07-13 21:32:04 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2024-07-13 21:32:04 +0300 |
| commit | 667de65e2fda7cb30ec886ccf6619a4178d5488b (patch) | |
| tree | 72458bc795e31a3a6c8aadada91b71d5ff3acbf5 /config.example.json | |
| parent | 8391cc34a95a82cf025b96e4352246a245d06d61 (diff) | |
| download | skunky-art-667de65e2fda7cb30ec886ccf6619a4178d5488b.tar.gz skunky-art-667de65e2fda7cb30ec886ccf6619a4178d5488b.tar.bz2 skunky-art-667de65e2fda7cb30ec886ccf6619a4178d5488b.zip | |
v1.3
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 |
