chore: added smappee api

This commit is contained in:
Willem Serruys
2026-08-21 08:02:09 +02:00
parent 1d0a5beb8c
commit c87c09dde3
7 changed files with 67 additions and 25 deletions

View File

@@ -3,6 +3,9 @@
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Information"
},
"Console": {
"FormatterName": "json"
}
},
"CHARGER": {
@@ -17,8 +20,11 @@
"HttpClientLogging": {
"LogRequestStart": false,
"LogBody": true,
"LogContentHeaders": true,
"BodySizeLimit": 32768,
"BodyReadTimeout": "00:00:01",
"RequestBodyContentTypes": [ "application/json", "application/x-www-form-urlencoded" ],
"ResponseBodyContentTypes": [ "application/json" ],
"RequestHeadersDataClasses": {
"User-Agent": "None",
"Content-Type": "None"
@@ -26,7 +32,6 @@
"ResponseHeadersDataClasses": {
"Content-Type": "None"
},
"RequestPathLoggingMode": "Formatted",
"RequestPathParameterRedactionMode": "Strict"
"RequestPathParameterRedactionMode": "None"
}
}