mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
ab1772397d
created/working on server details subpages. added "may take a few seconds" to cmd error page is now available to panel created server_id_exists function more error checking around database returns from db_helper starting styling / backend for virtual terminal
14 lines
307 B
JSON
14 lines
307 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": 60,
|
|
"max_stats_count": 1000,
|
|
"delete_default_json": false,
|
|
"show_contribute_link": true
|
|
} |