summaryrefslogtreecommitdiff
path: root/config.example.json
diff options
context:
space:
mode:
authorlost+skunk <[email protected]>2024-07-13 21:32:04 +0300
committerlost+skunk <[email protected]>2024-07-13 21:32:04 +0300
commit667de65e2fda7cb30ec886ccf6619a4178d5488b (patch)
tree72458bc795e31a3a6c8aadada91b71d5ff3acbf5 /config.example.json
parent8391cc34a95a82cf025b96e4352246a245d06d61 (diff)
downloadskunky-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.json9
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