fix(appsettings): move JsonSerializerDateFormat
This commit is contained in:
parent
3082c0b77c
commit
1ed1937c40
@ -6,8 +6,6 @@ public class ClientOptions
|
|||||||
{
|
{
|
||||||
public string? BaseAddress { get; set; }
|
public string? BaseAddress { get; set; }
|
||||||
|
|
||||||
public string? ApiKey { get; set; }
|
|
||||||
|
|
||||||
public TimeSpan? Timeout { get; set; }
|
public TimeSpan? Timeout { get; set; }
|
||||||
|
|
||||||
public Dictionary<string, string?>? DefaultQueryStrings { get; set; }
|
public Dictionary<string, string?>? DefaultQueryStrings { get; set; }
|
||||||
|
|||||||
@ -9,8 +9,8 @@
|
|||||||
"EConnect": {
|
"EConnect": {
|
||||||
"BaseAddress": "https://portal.demoportal01.leanetec.com",
|
"BaseAddress": "https://portal.demoportal01.leanetec.com",
|
||||||
"DefaultQueryStrings": {
|
"DefaultQueryStrings": {
|
||||||
"apiKey": "HGpGp3vk3MsKgSe0tKVZ1ZRCuq6bFoJ1",
|
"apiKey": "HGpGp3vk3MsKgSe0tKVZ1ZRCuq6bFoJ1"
|
||||||
"JsonSerializerDateFormat": "yyyy-MM-dd HH:mm"
|
},
|
||||||
}
|
"JsonSerializerDateFormat": "yyyy-MM-dd HH:mm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user