X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config.defaults.json;h=e32a39dbb4591d102c1ef9fb0651ea19940be0b6;hb=66f2f75819a81684481193a78a4d06014565a723;hp=d0fe2a987db3d6e3313496d83400e19c1feb4a3d;hpb=009d7fcab3ad8c7591cf8849464637438932489f;p=fba.git diff --git a/config.defaults.json b/config.defaults.json index d0fe2a9..e32a39d 100644 --- a/config.defaults.json +++ b/config.defaults.json @@ -1,4 +1,24 @@ { - "base_url": "", - "port": 8069 + "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", + "rss_limit" : 50 }