chore: added smappee api
This commit is contained in:
32
smappee-api/appsettings.Development.json
Normal file
32
smappee-api/appsettings.Development.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Information"
|
||||
}
|
||||
},
|
||||
"CHARGER": {
|
||||
"URL": "https://app1pub.smappee.net",
|
||||
"CLIENT_ID": "5700002178",
|
||||
"CLIENT_SECRET": "cPcRKc26ul",
|
||||
"USERNAME": "serruysw@gmail.com",
|
||||
"PASSWORD": "uAfUhnBXkZeqs$@7ca7P3M9QE6z0Dg1N0cbz&",
|
||||
"STATION": "6230003897",
|
||||
"CONNECTOR": 1
|
||||
},
|
||||
"HttpClientLogging": {
|
||||
"LogRequestStart": false,
|
||||
"LogBody": true,
|
||||
"BodySizeLimit": 32768,
|
||||
"BodyReadTimeout": "00:00:01",
|
||||
"RequestHeadersDataClasses": {
|
||||
"User-Agent": "None",
|
||||
"Content-Type": "None"
|
||||
},
|
||||
"ResponseHeadersDataClasses": {
|
||||
"Content-Type": "None"
|
||||
},
|
||||
"RequestPathLoggingMode": "Formatted",
|
||||
"RequestPathParameterRedactionMode": "Strict"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user