diff options
| author | lost+skunk <[email protected]> | 2024-06-14 20:04:23 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2024-06-14 20:04:23 +0300 |
| commit | cbafaa54d79d73fd1cc56ecba540d4f763591100 (patch) | |
| tree | 6619b609e7672f6b7367f0fe0e4a513fe09def19 /config.example.json | |
| parent | 6f872fe2f7fa2ee5cae749bdde5ad002d380b556 (diff) | |
| download | skunky-art-cbafaa54d79d73fd1cc56ecba540d4f763591100.tar.gz skunky-art-cbafaa54d79d73fd1cc56ecba540d4f763591100.tar.bz2 skunky-art-cbafaa54d79d73fd1cc56ecba540d4f763591100.zip | |
панель навигации, ответы и ежедневные арты
Diffstat (limited to 'config.example.json')
| -rw-r--r-- | config.example.json | 12 |
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 |
