dolibarr-bff/DoliMiddlewareApi/appsettings.json

14 lines
345 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/",
"ApiKey": "3004128e4cfbf5d0d9805d2e9cd8c79d015d0a25"
}
}