13 lines
230 B
JSON
13 lines
230 B
JSON
|
{
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"AllowedHosts": "*",
|
||
|
"ConnectionStrings": {
|
||
|
"ConnectionString" : "Data Source=identifier.sqlite;"
|
||
|
}
|
||
|
}
|