2025-12-29 15:37:45 +00:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
2025-12-30 12:28:13 +00:00
|
|
|
"Microsoft.AspNetCore": "Warning",
|
|
|
|
|
"Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware": "None"
|
2025-12-29 15:37:45 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"Dolibarr": {
|
2025-12-30 12:31:51 +00:00
|
|
|
"ApiUrl": "",
|
|
|
|
|
"ApiKey": ""
|
2026-01-03 18:52:07 +00:00
|
|
|
},
|
|
|
|
|
"Jwt": {
|
|
|
|
|
"Secret": "mi-super-secreto-jwt-aqui-cambiar-en-produccion",
|
|
|
|
|
"Issuer": "DoliMiddleware",
|
|
|
|
|
"Audience": "DoliClients"
|
2025-12-29 15:37:45 +00:00
|
|
|
}
|
|
|
|
|
}
|