Welcome to mirror list, hosted at ThFree Co, Russian Federation.

appsettings.json « Angular-CSharp « content « Web.Spa.ProjectTemplates « ProjectTemplates « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7bed5bd8f838160462a2e7881688686d7300c781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
////#if (IndividualLocalAuth)
//  "ConnectionStrings": {
////#if (UseLocalDB)
//    "DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-Company.WebApplication1-53bc9b9d-9d6a-45d4-8429-2a2761773502;Trusted_Connection=True;MultipleActiveResultSets=true"
////#else
//    "DefaultConnection": "DataSource=app.db"
////#endif
//  },
////#endif
  "Logging": {
      "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
      }
    },
////#if (IndividualLocalAuth)
//  "IdentityServer": {
//    "Clients": {
//      "Company.WebApplication1": {
//        "Profile": "IdentityServerSPA"
//      }
//    }
//  },
////#endif
"AllowedHosts": "*"
}