21 lines
720 B
JSON
21 lines
720 B
JSON
{
|
|
"nulos" : false,
|
|
"valor_por_defecto" : null,
|
|
"autoiniciar" : true,
|
|
"archivos_de_configuracion_por_defecto" : [
|
|
"/json/Mapeate.configuracion.json",
|
|
"/json/Mapeate.configuracion.secretos.json"
|
|
],
|
|
"texto_por_defecto" : "",
|
|
"configuracion_sobreescribir" : false,
|
|
"i18n_sobreescribir" : false,
|
|
"formato_terminal" : "[{tipo}] {yyyy}{mm}{dd} {hh}{ii}{ss}: {mensaje}",
|
|
"terminal_tipos_por_defecto" : [
|
|
["unkn", "unknown", "desconocido"],
|
|
[" ok ", "ok", "si", "correcto"],
|
|
["warn", "warning", "aviso", "advertencia"],
|
|
["erro", "error", "incrrecto"],
|
|
["fail", "failure", "fallo"],
|
|
["exce", "excepcion"]
|
|
]
|
|
} |