14 lines
260 B
JSON
14 lines
260 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "localhost;127.0.0.1;[::1]",
|
|
"BasePath": "",
|
|
"ConnectionStrings": {
|
|
"Default": "Data Source=App_Data/gamelist.db"
|
|
}
|
|
}
|