diff options
| author | lost+skunk <[email protected]> | 2024-07-13 23:55:28 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2024-07-13 23:55:28 +0300 |
| commit | e02174cb710e6d6abd642f03e64ce91bbac38130 (patch) | |
| tree | 691795941b1fda1e37df100b7b70c2134350e274 /config.example.json | |
| parent | 4b3bf2c6a063f5702cb35626b595d11bd6630068 (diff) | |
| download | skunky-art-e02174cb710e6d6abd642f03e64ce91bbac38130.tar.gz skunky-art-e02174cb710e6d6abd642f03e64ce91bbac38130.tar.bz2 skunky-art-e02174cb710e6d6abd642f03e64ce91bbac38130.zip | |
Исправление некоторых обосрамсовv1.3
Diffstat (limited to 'config.example.json')
| -rw-r--r-- | config.example.json | 10 |
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 +} |
