From c3beeb0abde1b265bee3bb7af389f6c145692135 Mon Sep 17 00:00:00 2001 From: sim1222 Date: Sun, 19 Nov 2023 01:42:58 +0900 Subject: [PATCH] remove token --- .gitignore | 3 ++- Elementary/appsettings.json | 26 -------------------------- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 Elementary/appsettings.json diff --git a/.gitignore b/.gitignore index add57be..b098435 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ bin/ obj/ /packages/ riderModule.iml -/_ReSharper.Caches/ \ No newline at end of file +/_ReSharper.Caches/ +appsettings.json \ No newline at end of file diff --git a/Elementary/appsettings.json b/Elementary/appsettings.json deleted file mode 100644 index 5809a29..0000000 --- a/Elementary/appsettings.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "Logging": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, - "AppSettings": { - "DiscordSettings": { - "Token": "MTEzMDAzMjkxMTQzMzg1OTE5Mw.G8yVqt.HrC65f0t4dvZQIZ7iER4CV70pLvhAl8PIyknSs" - }, - "VoicevoxSettings": { - "Url": "http://localhost:50021" - }, - "SozaiSettings": { - "Url": "https://r2.sim1222.com/sozai/index.json" - }, - "EmojiSettings": { - "DictionaryPath": "emoji-ja\\data\\emoji_ja.json" - }, - "MecabSettings": { - "Enabled": true - } - } -} \ No newline at end of file