Lieb-Website/Lieb/appsettings.json

18 lines
No EOL
364 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Discord": {
"AppId": "942448872335220806"
},
"AllowedHosts": "*",
"ConnectionStrings": {
"LiebContext": "Server=liebdb;Database=LiebContext;Uid=root;Pwd=my-secret-pw;"
},
"HttpClients": {
"DiscordBot": "discord-bot"
}
}