crafty-4/config.json
Phillip Tarrant c896a12b17 Added server_ip to DB, also removed
max_stats_count as it's not needed
2020-09-22 12:11:16 -04:00

16 lines
369 B
JSON

{
"https": true,
"http_port": 8000,
"https_port": 8443,
"language": "en_EN",
"cookie_expire": 30,
"cookie_secret": "random",
"show_errors": true,
"history_max_age": 7,
"stats_update_frequency": 30,
"delete_default_json": false,
"show_contribute_link": true,
"virtual_terminal_lines": 10,
"max_log_lines": 700,
"keywords": ["help", "chunk"]
}