diff options
| author | lost+skunk <[email protected]> | 2024-08-01 22:48:05 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2024-08-01 22:48:05 +0300 |
| commit | c5514c3875b9b782688047d547dfd6663a5b77bb (patch) | |
| tree | e9b8dc3f90aa6b09b8f5006f1e4d16e2bf4718c3 /config.example.json | |
| parent | 2dfeaae772e630ae361a35bf4680257d081560c1 (diff) | |
| download | skunky-art-c5514c3875b9b782688047d547dfd6663a5b77bb.tar.gz skunky-art-c5514c3875b9b782688047d547dfd6663a5b77bb.tar.bz2 skunky-art-c5514c3875b9b782688047d547dfd6663a5b77bb.zip | |
v1.3
Diffstat (limited to 'config.example.json')
| -rw-r--r-- | config.example.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config.example.json b/config.example.json index b4d1ce2..0934fe7 100644 --- a/config.example.json +++ b/config.example.json @@ -1,17 +1,17 @@ { - "listen": "0.0.0.0:3003", - "base-path": "/", + "listen": "0:3003", + "uri": "/", "cache": { "enabled": true, - "path": "/home/skunk/projects/skunkyart/cache", - "lifetime": "1w", + "path": "cache", + "lifetime": null, "max-size": 1024, "update-interval": 5 }, "dirs-to-memory": [ - "/home/skunk/projects/skunkyart/html", - "/home/skunk/projects/skunkyart/css", - "/home/skunk/projects/skunkyart/misc" + "html", + "css", + "misc" ], "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", |
