18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Discord": {
|
|
"AppId": "942448872335220806"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"LiebContext": "Data Source=/database/mydb.sqlite;"
|
|
},
|
|
"HttpClients": {
|
|
"DiscordBot": "http://lieb-bot-test"
|
|
}
|
|
}
|