crafty-4/app/config/config.json

40 lines
868 B
JSON

{
"http_port": 8000,
"https_port": 8443,
"language": "en_EN",
"cookie_expire": 30,
"cookie_secret": "\"random\"",
"apikey_secret": "\"random\"",
"show_errors": true,
"history_max_age": 7,
"stats_update_frequency": 30,
"delete_default_json": false,
"show_contribute_link": true,
"virtual_terminal_lines": 70,
"max_log_lines": 700,
"max_audit_entries": 300,
"disabled_language_files": [
"cs_CS",
"de_DE",
"es_ES",
"fi_FI",
"fy_NL",
"he_IL",
"hr_HR",
"id_ID",
"it_IT",
"lv_LV",
"nl_BE",
"nl_NL",
"pl_PL",
"pt_BR",
"zh_CN"
],
"stream_size_GB": 1,
"keywords": [
"help",
"chunk"
],
"allow_nsfw_profile_pictures": false,
"enable_user_self_delete": false
}