aboutsummaryrefslogtreecommitdiff
path: root/config.example.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.example.json')
-rw-r--r--config.example.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.example.json b/config.example.json
index 4d410bc..1a78535 100644
--- a/config.example.json
+++ b/config.example.json
@@ -3,16 +3,16 @@
"base-path": "/",
"cache": {
"enabled": true,
- "path": "cache",
+ "path": "/home/skunk/projects/skunkyart/cache",
"lifetime": null,
"max-size": 100000,
"update-interval": 5
},
"dirs-to-memory": [
- "html",
- "css"
+ "/home/skunk/projects/skunkyart/html",
+ "/home/skunk/projects/skunkyart/css"
],
- "download-proxy": "",
+ "download-proxy": null,
"proxy": true,
"nsfw": false
-} \ No newline at end of file
+}