mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
fixing messing with config.json file
This commit is contained in:
parent
35d33ef51c
commit
6f92d44d62
@ -3,8 +3,8 @@
|
||||
"https_port": 8443,
|
||||
"language": "en_EN",
|
||||
"cookie_expire": 30,
|
||||
"cookie_secret": "\"random\"",
|
||||
"apikey_secret": "\"random\"",
|
||||
"cookie_secret": "random",
|
||||
"apikey_secret": "random",
|
||||
"show_errors": true,
|
||||
"history_max_age": 7,
|
||||
"stats_update_frequency": 30,
|
||||
@ -14,21 +14,8 @@
|
||||
"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"
|
||||
"lol_EN.json",
|
||||
""
|
||||
],
|
||||
"stream_size_GB": 1,
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user