]> 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:102.0) Gecko/20100101 Firefox/113.0",
7     "connection_timeout": 30,
8     "read_timeout"      : 5,
9     "hostname"          : "fba.ryona.agency",
10     "timestamp_format"  : "%Y-%m-%d %H:%M",
11     "nodeinfo_connection_timeout": 3,
12     "nodeinfo_read_timeout"      : 2,
13     "bot_enabled"       : false,
14     "bot_instance"      : "https://example.com",
15     "bot_token"         : "",
16     "bot_visibility"    : "unlisted",
17     "slogan"            : "### Your footer slogan ###",
18     "recheck_instance"  : 604800,
19     "recheck_block"     : 43200,
20     "misskey_limit"     : 100,
21     "error_log_cleanup" : 604800,
22     "write_error_log"   : "true",
23     "rss_limit"         : 50,
24     "api_limit"         : 500,
25     "theme"             : "light",
26 }