summaryrefslogtreecommitdiff
path: root/config.example.json
diff options
context:
space:
mode:
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