Migración a percona
This commit is contained in:
20
ServicioGestionAsegasa/appsettings.json
Normal file
20
ServicioGestionAsegasa/appsettings.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Configuracion": {
|
||||
"SegundosMinimosEntreProcesos": "60",
|
||||
"HoraProcesosDiarios": "06:30",
|
||||
"NombreConexionBD": "Producción"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"TsNotificaciones": {
|
||||
//"ApiUrl": "http://192.168.41.32:5000/", prod
|
||||
"ApiUrl": "https://apinotificaciones.tecnosis.online",
|
||||
"IdAplicacion": 12,
|
||||
"Aplicacion": "Servicio Asegasa",
|
||||
"ApiKey": "33357e95a8384ac99f7fa1d66b0033f3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user