MemWeb/JSON/MemWeb.py.settings.json

83 lines
3.1 KiB
JSON
Raw Normal View History

{
"MemWeb_start" : null,
"nulls" : false,
"default_value" : null,
"language" : "english",
"default_language" : "english",
"default_text" : "",
"default_print_types" : [
["unkn", "unknown"],
["info", "information"],
[" ok ", "ok", "yes", "right", "y"],
["warn", "warning"],
["erro", "error", "wrong", "bad", "no", "not", "n"],
["exce", "exception"],
["test"],
["note"],
["help", "?", "h"]
],
"print_format" : "[{type}] {yyyy}{mm}{dd} {hh}{ii}{dd} [{line}]{file}({method}): {message}",
"debug_print_types" : ["unkn", "info", "ok", "warn", "erro", "exce", "test", "note", "help"],
"debug_level" : 0,
"overwrite" : false,
"settings_overwrite" : false,
"default_settings_files" : [
"/JSON/MemWeb.py.settings.json",
"/JSON/MemWeb.py.settings.secrets.json"
],
"i18n_overwrite" : false,
"default_i18n_files" : [
"/JSON/I18N/MemWeb.py.i18n.english.json",
"/JSON/I18N/MemWeb.py.i18n.espanol.json",
"/JSON/I18N/MemWeb.py.i18n.galego.json",
"/JSON/I18N/MemWeb.py.i18n.nihongo.json",
"/JSON/I18N/MemWeb.py.i18n.russkiy.json"
],
"autostart" : true,
"exception_format" : " '{file}({method})[{line}]'{lines}\n\n{exception_message}",
"show_settings_add_ok_message" : true,
"show_settings_add_error_message" : true,
"show_settings_add_exception_message" : true,
"show_i18n_add_ok_message" : true,
"show_i18n_add_error_message" : true,
"show_i18n_add_exception_message" : true,
"show_launch_asynchronous_ok_message" : true,
"show_launch_asynchronous_error_message" : true,
"show_launch_asynchronous_exception_message" : true,
"show_launch_asynchronous_exception_item_message" : true,
"show_fix_path_exception_message" : true,
"show_load_file_exception_message" : true,
"show_add_print_types_exception_message" : true,
"MemWeb_end" : null,
"MemWeb_Threads_start" : null,
"threads_timer" : 41.667,
"threads_sleeper" : 41.667,
"threads_bucle" : true,
"threads_start_now" : false,
"threads_autostart" : true,
"threads_default_key" : "DEFAULT_THREAD_KEY",
"threads_show_add_ok_message" : true,
"threads_show_add_error_message" : true,
"threads_show_add_exception_message" : true,
"threads_show_stop_ok_message" : true,
"threads_show_stop_error_message" : true,
"threads_show_stop_exception_message" : true,
"threads_show_play_ok_message" : true,
"threads_show_play_error_message" : true,
"threads_show_play_exception_message" : true,
"threads_show_remove_ok_message" : true,
"threads_show_remove_error_message" : true,
"threads_show_remove_exception_message" : true,
"MemWeb_Threads_end" : null,
"MemWeb_Terminal_start" : null,
"commands_overwrite" : false,
"default_commands_files" : "/JSON/MemWeb.py.commands.json",
"terminal_show_add_ok_message" : true,
"terminal_show_add_error_message" : true,
"terminal_show_add_exception_message" : true,
"MemWeb_Terminal_end" : null
}