crafty-4/config.json
Phillip Tarrant ab1772397d added version string to page footer
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
2020-09-01 13:29:39 -04:00

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
}