X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config.defaults.json;h=a616c72d6e67113c03fe742809561fbf57ac5da7;hb=d9b9b868c9d82a715da78e134cbfbe52c64f3a35;hp=e378f47b9b27dbfb18a691d58650ee273218506d;hpb=c8eed9b7d8b2ee26887bea4cfca242b2ca2387f2;p=fba.git diff --git a/config.defaults.json b/config.defaults.json index e378f47..a616c72 100644 --- a/config.defaults.json +++ b/config.defaults.json @@ -1,26 +1,33 @@ { - "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, - "hostname" : "fba.ryona.agency", - "timestamp_format" : "%Y-%m-%d %H:%M", + "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.com", - "bot_token" : "", - "bot_visibility" : "unlisted", - "slogan" : "### Your footer slogan ###", - "recheck_instance" : 604800, - "recheck_block" : 43200, - "misskey_limit" : 100, - "error_log_cleanup" : 604800, - "write_error_log" : "true", - "rss_limit" : 50, - "api_limit" : 500, - "theme" : "light", + "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" : 86400, + "recheck_nodeinfo" : 604800, + "source_last_access" : 86400, + "misskey_limit" : 100, + "error_log_cleanup" : 604800, + "write_error_log" : true, + "rss_limit" : 50, + "api_limit" : 500, + "theme" : "light", + "allow_i2p_domain" : false, + "instances_social_api_key": "", + "max_crawl_depth" : 2000, + "min_peers_length" : 1000 }