13 lines
227 B
JSON
13 lines
227 B
JSON
|
{
|
||
|
"ConnectionStrings": {
|
||
|
"AppDb": "Data Source=RecordMyRuck.db"
|
||
|
},
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"AllowedHosts": "*"
|
||
|
}
|