From fc99db5623b2f207f886afbda18723db2877341c Mon Sep 17 00:00:00 2001 From: cryptooda Date: Wed, 15 May 2024 11:29:21 +0700 Subject: [PATCH] Update Discord configuration --- src/Managing.Api/appsettings.Prod.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/Managing.Api/appsettings.Prod.json b/src/Managing.Api/appsettings.Prod.json index ae81153..f97a9c6 100644 --- a/src/Managing.Api/appsettings.Prod.json +++ b/src/Managing.Api/appsettings.Prod.json @@ -20,15 +20,5 @@ "ElasticConfiguration": { "Uri": "http://elasticsearch:9200" }, - "Discord": { - "ApplicationId": "", - "PublicKey": "", - "TokenId": "", - "SignalChannelId": 966080506473099314, - "TradesChannelId": 998374177763491851, - "TroublesChannelId": 1015761955321040917, - "RequestsChannelId": 1018589494968078356, - "ButtonExpirationMinutes": 2 - }, "AllowedHosts": "*" } \ No newline at end of file