21 lines
342 B
JSON
21 lines
342 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "DataSource=app.db"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"IdentityServer": {
|
|
"Clients": {
|
|
"Start.Client": {
|
|
"Profile": "IdentityServerSPA"
|
|
}
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|