]> git.mxchange.org Git - fba.git/blobdiff - config.defaults.json
Continued:
[fba.git] / config.defaults.json
index b0c3dbb509aff78f891ce1303ea6387f953b699a..a616c72d6e67113c03fe742809561fbf57ac5da7 100644 (file)
@@ -6,6 +6,7 @@
     "useragent"               : "Mozilla/5.0 (Windows NT 10.0; rv:113.0) Gecko/20100101 Firefox/113.0",
     "connection_timeout"      : 30,
     "read_timeout"            : 5,
+    "scheme"                  : "https",
     "hostname"                : "example.org",
     "timestamp_format"        : "%Y-%m-%d %H:%M",
     "nodeinfo_connection_timeout": 3,
     "bot_visibility"          : "unlisted",
     "slogan"                  : "### Your footer slogan ###",
     "recheck_instance"        : 604800,
-    "recheck_block"           : 43200,
+    "recheck_block"           : 86400,
     "recheck_nodeinfo"        : 604800,
-    "source_last_access"      : 604800,
+    "source_last_access"      : 86400,
     "misskey_limit"           : 100,
     "error_log_cleanup"       : 604800,
-    "write_error_log"         : "true",
+    "write_error_log"         : true,
     "rss_limit"               : 50,
     "api_limit"               : 500,
     "theme"                   : "light",
-    "instances_social_api_key": ""
+    "allow_i2p_domain"        : false,
+    "instances_social_api_key": "",
+    "max_crawl_depth"         : 2000,
+    "min_peers_length"        : 1000
 }