41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
|
{
|
||
|
|
||
|
"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"]
|
||
|
],
|
||
|
"print_format" : "[{type}] {yyyy}{mm}{dd} {hh}{ii}{dd} [{line}]{file}({method}): {message}",
|
||
|
"debug_print_types" : ["unkn", "info", "ok", "warn", "erro", "exce", "test", "note"],
|
||
|
"debug_level" : 0,
|
||
|
"default_settings_files" : [
|
||
|
"/JSON/MemWeb.py.settings.json",
|
||
|
"/JSON/MemWeb.py.settings.secrets.json"
|
||
|
],
|
||
|
"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"
|
||
|
],
|
||
|
"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,
|
||
|
"MemWeb_end" : null
|
||
|
|
||
|
}
|