From 6bc624dd70382659de65e477eb66b66d9c285078 Mon Sep 17 00:00:00 2001 From: Qais Yousuf Date: Fri, 5 Apr 2024 17:29:05 +0200 Subject: [PATCH] User subscription with newsletter completed --- Web/appsettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Web/appsettings.json b/Web/appsettings.json index e3ff175..5f0880a 100644 --- a/Web/appsettings.json +++ b/Web/appsettings.json @@ -20,8 +20,8 @@ "MailJet": { "ApiKey": "f545eee3a4743464b9d25fb9c5ab3f6c", "SecretKey": "9fa430ef00873fdefe333fdc40ee3f8f" - }, - "OpenAI": { - "ApiKey": "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" } + //"OpenAI": { + // "ApiKey": "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" + //} }