Lieb-Website/Lieb/appsettings.Development.json
2022-11-22 22:51:37 +01:00

16 lines
322 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"LiebContext": "Data Source=./Database/mydb.sqlite;"
},
"HttpClients": {
"DiscordBot": "http://localhost:5240/"
}
}