20 lines
479 B
JSON
20 lines
479 B
JSON
{
|
|
"Configuracion": {
|
|
"SegundosMinimosEntreProcesos": "60",
|
|
"HoraProcesosDiarios": "06:30",
|
|
"NombreConexionBD": "Producción Remoto"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"TsNotificaciones": {
|
|
//"ApiUrl": "http://192.168.41.32:5000/", prod
|
|
"ApiUrl": "https://catcher.tecnosis.online",
|
|
"IdAplicacion": 2,
|
|
"ApiKey": "0a47a1eada0143278b9d4de4e8911100"
|
|
}
|
|
}
|