lapis/appsettings.json
2023-05-31 06:57:07 +06:00

14 lines
230 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"LapisContext": "Data Source=lapis.db"
},
"Lapis": {}
}