diff options
Diffstat (limited to 'config.example.json')
| -rw-r--r-- | config.example.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/config.example.json b/config.example.json index 0934fe7..73eb32d 100644 --- a/config.example.json +++ b/config.example.json @@ -8,11 +8,7 @@ "max-size": 1024, "update-interval": 5 }, - "dirs-to-memory": [ - "html", - "css", - "misc" - ], + "static-path": "static", "download-proxy": "http://127.0.0.1:8080", "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36", "proxy": true, |
