Create appsettings.json

This commit is contained in:
2024-04-14 23:01:58 +02:00
committed by GitHub
parent f6a763589e
commit a650fd431e

13
Bot/appsettings.json Normal file
View File

@@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"Token": "discordToken",
"LavaLinkPassword": "youshallnotpass",
"LavaLinkHostname": "127.0.0.1",
"LavaLinkPort": 2333
}