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