mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
b1ed9ba2bd
Enhance security for permissions on API requests Fix bug where server permissions and crafty permissions were flipped upon making a new token Fix bug where new secret key would be created every time Crafty was started. Fix bug where DB locks will occur with concurrent writes to the DB.
26 lines
518 B
JSON
26 lines
518 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": [
|
|
"lol_EN.json",
|
|
""
|
|
],
|
|
"stream_size_GB": 1,
|
|
"keywords": [
|
|
"help",
|
|
"chunk"
|
|
],
|
|
"allow_nsfw_profile_pictures": false
|
|
} |