chore: added smappee api
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user