dolibarr-bff/DoliMiddlewareApi/appsettings.json

19 lines
417 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware": "None"
}
},
"AllowedHosts": "*",
"Dolibarr": {
"ApiUrl": "",
"ApiKey": ""
},
"Jwt": {
"Secret": "mi-super-secreto-jwt-aqui-cambiar-en-produccion",
"Issuer": "DoliMiddleware",
"Audience": "DoliClients"
}
}