{
  "IdentityServerSettings": {
    "DiscoveryUrl": "https://localhost:5443",
    "ClientName": "m2m.client",
    "ClientPassword": "SuperSecretPassword",
    "UseHttps": true
  },
  "InteractiveServiceSettings": {
    "AuthorityUrl": "https://localhost:5443",
    //"AuthorityUrl": "https://ids.trinnovaservices.com",
    "ClientId": "cushman_webapp_2021",
    "ClientSecret": "Cl13ntS3cretCu5hm@nW2o2i$",
    "Scopes": [ "cushmanApi.read" ]
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "URLApi": "https://localhost:5445/api",
  //"URLApi": "https://api.trinnovaservices.com/api",
  "AllowedHosts": "*"
}
