]> git.mxchange.org Git - fba.git/blob - config.defaults.json
Continued:
[fba.git] / config.defaults.json
1 {
2     "base_url"                : "",
3     "log_level"               : "info",
4     "host"                    : "127.0.0.1",
5     "port"                    : 8069,
6     "useragent"               : "Mozilla/5.0 (Windows NT 10.0; rv:113.0) Gecko/20100101 Firefox/113.0",
7     "connection_timeout"      : 30,
8     "read_timeout"            : 5,
9     "scheme"                  : "https",
10     "hostname"                : "example.org",
11     "timestamp_format"        : "%Y-%m-%d %H:%M",
12     "nodeinfo_connection_timeout": 3,
13     "nodeinfo_read_timeout"   : 2,
14     "bot_enabled"             : false,
15     "bot_instance"            : "https://example.org",
16     "bot_token"               : "",
17     "bot_visibility"          : "unlisted",
18     "slogan"                  : "### Your footer slogan ###",
19     "recheck_instance"        : 604800,
20     "recheck_block"           : 86400,
21     "recheck_nodeinfo"        : 604800,
22     "source_last_access"      : 86400,
23     "misskey_limit"           : 100,
24     "error_log_cleanup"       : 604800,
25     "write_error_log"         : "true",
26     "rss_limit"               : 50,
27     "api_limit"               : 500,
28     "theme"                   : "light",
29     "allow_i2p_domain"        : "false",
30     "instances_social_api_key": "",
31     "max_crawl_depth"         : 2000,
32     "min_peers_length"        : 1000
33 }