12 lines
201 B
JSON
12 lines
201 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "http://localhost:4200",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Filename=./Data/JumpsDb.db"
|
|
}
|
|
}
|