14 lines
230 B
JSON
14 lines
230 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"LapisContext": "Data Source=lapis.db"
|
|
},
|
|
"Lapis": {}
|
|
}
|