dolibarr-bff/DoliMiddlewareApi/appsettings.json

22 lines
500 B
JSON
Raw Normal View History

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