]> git.mxchange.org Git - fba.git/blobdiff - config.defaults.json
Rewrites:
[fba.git] / config.defaults.json
index 87f5b65eb28082daab258643484a29f9acc3aefa..f78a756f313348de2854e86dfc7d36e33a4e0166 100644 (file)
@@ -1,13 +1,23 @@
 {
-    "base_url": "",
-    "log_level": "info",
-    "port": 8069,
-    "useragent": "Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/102.0",
-    "bot_enabled": false,
-    "bot_instance": "https://example.com",
-    "bot_token": "",
-    "bot_visibility": "unlisted",
-    "slogan": "### Your footer slogan ###",
-    "recheck_instance": 3600,
-    "recheck_block": 3600
+    "base_url"          : "",
+    "log_level"         : "info",
+    "host"              : "127.0.0.1",
+    "port"              : 8069,
+    "useragent"         : "Mozilla/5.0 (Windows NT 10.0; rv:102.0) Gecko/20100101 Firefox/113.0",
+    "connection_timeout": 30,
+    "read_timeout"      : 5,
+    "hostname"          : "fba.ryona.agency",
+    "timestamp_format"  : "%Y-%m-%d %H:%M",
+    "nodeinfo_connection_timeout": 3,
+    "nodeinfo_read_timeout"      : 2,
+    "bot_enabled"       : false,
+    "bot_instance"      : "https://example.com",
+    "bot_token"         : "",
+    "bot_visibility"    : "unlisted",
+    "slogan"            : "### Your footer slogan ###",
+    "recheck_instance"  : 172800,
+    "recheck_block"     : 43200,
+    "misskey_limit"     : 100,
+    "error_log_cleanup" : 604800,
+    "write_error_log"   : "true"
 }