diff options
| author | lost+skunk <[email protected]> | 2024-06-13 23:56:03 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2024-06-13 23:56:03 +0300 |
| commit | 6f872fe2f7fa2ee5cae749bdde5ad002d380b556 (patch) | |
| tree | dfa3ccbb1dc495dc37c73ba2360054dfd50cb4b0 /config.json | |
| download | skunky-art-6f872fe2f7fa2ee5cae749bdde5ad002d380b556.tar.gz skunky-art-6f872fe2f7fa2ee5cae749bdde5ad002d380b556.tar.bz2 skunky-art-6f872fe2f7fa2ee5cae749bdde5ad002d380b556.zip | |
альфа: работают только посты и поиск
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.json b/config.json new file mode 100644 index 0000000..1d979bd --- /dev/null +++ b/config.json @@ -0,0 +1,12 @@ +{ + "listen": "0.0.0.0:3003", + "base_uri": null, + "cache": { + "enabled": true, + "path": "cache", + "lifetime": null, + "max_size": 10000 + }, + "proxy": false, + "nsfw": false +}
\ No newline at end of file |
