15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Configuracion": {
|
|
"SegundosMinimosEntreProcesos": "60",
|
|
"DirectorioLogs": "c:\\m3soft\\logs\\",
|
|
"HoraProcesosDiarios": "06:30",
|
|
"NombreConexionBD": "Producción VPN"
|
|
}
|
|
}
|