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