68 lines
3.0 KiB
JSON
68 lines
3.0 KiB
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} [{linea}]{archivo}({metodo}): {mensaje}",
|
|
"terminal_tipos_por_defecto" : [
|
|
["unkn", "unknown", "desconocido"],
|
|
[" ok ", "ok", "si", "correcto"],
|
|
["warn", "warning", "aviso", "advertencia"],
|
|
["erro", "error", "incrrecto"],
|
|
["fail", "failure", "fallo"],
|
|
["exce", "excepcion"]
|
|
],
|
|
"archivos_de_i18n_por_defecto" : [
|
|
"/json/i18n/Mapeate.i18n.espanol.json"
|
|
],
|
|
"sobreescribir_mapas" : false,
|
|
"archivos_de_mapas_por_defecto" : [],
|
|
"ajax_timeout" : 2000,
|
|
"terminal_unkn_oscuro" : "color : #AAA;",
|
|
"terminal_unkn_claro" : "color : #666;",
|
|
"terminal_ok_oscuro" : "color : #9F9;",
|
|
"terminal_ok_claro" : "color : #090;",
|
|
"terminal_info_oscuro" : "color : #99F;",
|
|
"terminal_info_claro" : "color : #009;",
|
|
"terminal_note_oscuro" : "color : #222;",
|
|
"terminal_note_claro" : "color : #EFEFEF;",
|
|
"archivos_de_vistas_por_defecto" : [
|
|
"/html/vistas.html"
|
|
],
|
|
"hash_alfabeto" : "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz",
|
|
"hash_longitud" : 11,
|
|
"fotogramas_por_segundo" : 24,
|
|
"precarga_timeout" : 2000,
|
|
"posicion_html" : "body",
|
|
"logo" : "/images/Mapeate.png",
|
|
"celdas" : 40,
|
|
"tamano_minimo_celda" : 0,
|
|
"aplicacion" : "Mapeate",
|
|
"link" : "https://mapeate.k3y.pw/",
|
|
"git" : "https://git.k3y.pw/CaritasSantaCruz/Mapeate",
|
|
"organizacion" : "Cáritas Santa Cruz",
|
|
"menu_principal" : [
|
|
{"nombre" : "web", "link" : "/", "target" : "_blank"},
|
|
{"nombre" : "principal", "onclick" : "nombre_objeto.mapas.volver_al_menu(this, event);"},
|
|
{"nombre" : "app", "link" : "/app.html", "target" : "_blank", "visible" : false},
|
|
{"nombre" : "git", "link" : "https://git.k3y.pw/CaritasSantaCruz/Mapeate", "target" : "_blank"}
|
|
],
|
|
"menu_links" : [
|
|
{"nombre" : "facebook", "link" : "https://www.facebook.com/santacruzcaritas/", "target" : "_blank"},
|
|
{"nombre" : "wix", "link" : "https://santacruzdecanido.wixsite.com/caritas", "target" : "_blank"},
|
|
{"nombre" : "twitter", "link" : "https://twitter.com/CanidoSantaCruz", "target" : "_blank"},
|
|
{"nombre" : "web", "link" : "https://mapeate.k3y.pw/", "target" : "_blank", "visible" : false},
|
|
{"nombre" : "app", "link" : "https://mapeate.k3y.pw/app.html", "target" : "_blank", "visible" : false},
|
|
{"nombre" : "git", "link" : "https://git.k3y.pw/CaritasSantaCruz/Mapeate", "target" : "_blank"}
|
|
],
|
|
"claves_padre_por_defecto" : ["tagName", "nodeName"],
|
|
"puntos_aciertos" : 5,
|
|
"puntos_fallos" : 1,
|
|
"puntos_tiempo_respuesta" : [1000, 25000]
|
|
} |