From ef992552f191c4de1b95f62b5d0371fbe0ad4741 Mon Sep 17 00:00:00 2001 From: Stepan Grankin Date: Sat, 24 Feb 2024 20:40:00 +0300 Subject: [PATCH] removed Dialogflow and Redis configs --- Dodo1000Bot.Api/appsettings.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Dodo1000Bot.Api/appsettings.json b/Dodo1000Bot.Api/appsettings.json index f457c87..7bb7f31 100644 --- a/Dodo1000Bot.Api/appsettings.json +++ b/Dodo1000Bot.Api/appsettings.json @@ -13,16 +13,6 @@ "ExcludeBodiesWithWords": [ "ping", "pong" ], "IncludeEndpoints": ["dialogflow", "events"] }, - "Dialogflow": { - "ProjectId": "", - "LanguageCode": "", - "JsonPath": "", - "LogQuery": false - }, - "Redis": { - "ConnectionString": "", - "KeyPrefix": "" - }, "PushNotifications": { "EveryTime": "0:01:00" },