summaryrefslogtreecommitdiff
path: root/config.example.json
diff options
context:
space:
mode:
authorlost+skunk <[email protected]>2024-06-14 20:04:23 +0300
committerlost+skunk <[email protected]>2024-06-14 20:04:23 +0300
commitcbafaa54d79d73fd1cc56ecba540d4f763591100 (patch)
tree6619b609e7672f6b7367f0fe0e4a513fe09def19 /config.example.json
parent6f872fe2f7fa2ee5cae749bdde5ad002d380b556 (diff)
downloadskunky-art-cbafaa54d79d73fd1cc56ecba540d4f763591100.tar.gz
skunky-art-cbafaa54d79d73fd1cc56ecba540d4f763591100.tar.bz2
skunky-art-cbafaa54d79d73fd1cc56ecba540d4f763591100.zip
панель навигации, ответы и ежедневные арты
Diffstat (limited to 'config.example.json')
-rw-r--r--config.example.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.example.json b/config.example.json
new file mode 100644
index 0000000..1d979bd
--- /dev/null
+++ b/config.example.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