Newer
Older
TheCleanArchitecture / src / WebUI / appsettings.Production.json
@Derek Comartin Derek Comartin on 15 Jun 2021 334 bytes Reorganized
{
  "UseInMemoryDatabase": false,
  "Logging": {
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  },
  "IdentityServer": {
    "Key": {
      "Type": "Store",
      "StoreName": "My",
      "StoreLocation": "CurrentUser",
      "Name": "CN=MyApplication"
    }
  }
}