X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config.defaults.json;h=bee51f3b924bbdcebd2ec18971458e2178c33850;hb=723a1d4822fd2f9e7c73bdebeb7000a21a03f3e6;hp=06a32301ea0617461b63d2f7a01014e1d5880edf;hpb=5bd02655d8ddb4c6281e2a7b9bee1b022e38fe5b;p=fba.git diff --git a/config.defaults.json b/config.defaults.json index 06a3230..bee51f3 100644 --- a/config.defaults.json +++ b/config.defaults.json @@ -1,9 +1,32 @@ { - "base_url": "", - "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" + "base_url" : "", + "log_level" : "info", + "host" : "127.0.0.1", + "port" : 8069, + "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, + "nodeinfo_read_timeout" : 2, + "bot_enabled" : false, + "bot_instance" : "https://example.org", + "bot_token" : "", + "bot_visibility" : "unlisted", + "slogan" : "### Your footer slogan ###", + "recheck_instance" : 604800, + "recheck_block" : 43200, + "recheck_nodeinfo" : 604800, + "source_last_access" : 604800, + "misskey_limit" : 100, + "error_log_cleanup" : 604800, + "write_error_log" : "true", + "rss_limit" : 50, + "api_limit" : 500, + "theme" : "light", + "instances_social_api_key": "", + "max_crawl_depth" : 2000, + "min_peers_length" : 1000 }