Files
Asegasa.NET/Servicio Gestion Asegasa/appsettings.json
2026-04-28 11:52:16 +02:00

15 lines
344 B
JSON

{
"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"
}
}