ProyectoGrupal/dolibarr-bff/DoliMiddlewareApi/appsettings.json

26 lines
602 B
JSON
Raw Normal View History

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