remove token

This commit is contained in:
sim1222 2023-11-19 01:42:58 +09:00
parent 1b0a5d5cb6
commit c3beeb0abd
2 changed files with 2 additions and 27 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@ bin/
obj/
/packages/
riderModule.iml
/_ReSharper.Caches/
/_ReSharper.Caches/
appsettings.json

View File

@ -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
}
}
}