diff --git a/src/Leanetec.EConnect.Infrastructure/ClientOptions.cs b/src/Leanetec.EConnect.Infrastructure/ClientOptions.cs index 7ee782b..43625de 100644 --- a/src/Leanetec.EConnect.Infrastructure/ClientOptions.cs +++ b/src/Leanetec.EConnect.Infrastructure/ClientOptions.cs @@ -6,8 +6,6 @@ public class ClientOptions { public string? BaseAddress { get; set; } - public string? ApiKey { get; set; } - public TimeSpan? Timeout { get; set; } public Dictionary? DefaultQueryStrings { get; set; } diff --git a/src/Leanetec.EConnect.Proxy/appsettings.json b/src/Leanetec.EConnect.Proxy/appsettings.json index 4f4b456..5b21b35 100644 --- a/src/Leanetec.EConnect.Proxy/appsettings.json +++ b/src/Leanetec.EConnect.Proxy/appsettings.json @@ -9,8 +9,8 @@ "EConnect": { "BaseAddress": "https://portal.demoportal01.leanetec.com", "DefaultQueryStrings": { - "apiKey": "HGpGp3vk3MsKgSe0tKVZ1ZRCuq6bFoJ1", - "JsonSerializerDateFormat": "yyyy-MM-dd HH:mm" - } + "apiKey": "HGpGp3vk3MsKgSe0tKVZ1ZRCuq6bFoJ1" + }, + "JsonSerializerDateFormat": "yyyy-MM-dd HH:mm" } } \ No newline at end of file