]> 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/102.0",
7     "connection_timeout": 2,
8     "read_timeout"      : 5,
9     "bot_enabled"       : false,
10     "bot_instance"      : "https://example.com",
11     "bot_token"         : "",
12     "bot_visibility"    : "unlisted",
13     "slogan"            : "### Your footer slogan ###",
14     "recheck_instance"  : 43200,
15     "recheck_block"     : 43200,
16     "misskey_offset"    : 100,
17     "error_log_cleanup" : 604800
18 }