dolibarr-bff/DoliMiddlewareApi/appsettings.json

22 lines
447 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware": "None"
}
},
"AllowedHosts": "*",
"Dolibarr": {
"ApiUrl": "http://localhost/api/index.php",
"ApiKey": ""
},
"Jwt": {
"Secret": "",
"Issuer": "DoliMiddleware",
"Audience": "DoliClients"
},
"Notifications": {
"WebhookUrl": ""
}
}