{
    "Logging":  {
                    "IncludeScopes":  false,
                    "MinimumLevel":  {
                                         "Default":  "Verbose",
                                         "Override":  "@{Microsoft=Information; System=Information}"
                                     }
                },
    "ServerUrl":  "https://myLoginEnterpriseAppliance.myDomain.com",
    "Services":  {
                     "AccountsUrl":  "{ServerUrl}/accounts",
                     "EnvironmentsUrl":  "{ServerUrl}/environments",
                     "LoginEnterpriseUrl":  "{ServerUrl}/loginEnterprise",
                     "SystemConfigurationUrl":  "{ServerUrl}/systemConfiguration",
                     "LaunchersHubUrl":  "{ServerUrl}/launchersHub/launchersHub",
                     "LoadTestsUrl":  "{ServerUrl}/loadTests"
                 },
    "Reconnection":  {
                         "MaxAttempts":  30,
                         "DelayInSeconds":  10
                     },
    "Settings":  {
                     "RestartOnError":  "false",
                     "LauncherVersion":  "5.14.7",
                     "LauncherName":  ""
                 },
    "ConnectorFocus":  {
                           "IsEnabled":  false,
                           "RotatingInterval":  15
                       },
    "ConnectorSettings":  {
                              "WaitTimeout":  50000,
                              "CheckInterval":  100,
                              "ReceiverPath":  "/services/cwa/opt/Citrix/ICAClient/wfica",
                              "RDPClientPath":  "/services/rrdp/bin/igelrdp2",
                              "CustomConnector":  {
                                                      "ConnectionEndedExitCode":  38,
                                                      "SendConnectionEndedAfter":  180
                                                  }
                          },
    "DOTNET_RUNNING_IN_CONTAINER":  false,
    "OpenIdConnectClient":  {
                                "Authority":  "{ServerUrl}/identityserver",
                                "RetryPolicy":  {
                                                    "MaxRetries":  10,
                                                    "DelayInMs":  1000,
                                                    "RetryJitterInMs":  10,
                                                    "ExponentialDelayBase":  1.5
                                                }
                            },
    "TokenManager":  {
                         "ClientCredentials":  {
                                                   "ClientId":  "Launcher",
                                                   "ClientSecret":  "39Q3R54C4PI0Y17ZA45B55PCFPA9PMW4OKILLK1E",
                                                   "Scope":  "microservice"
                                               }
                     },
    "MicroserviceClient":  {
                               "RetryPolicy":  {
                                                   "MaxRetries":  10,
                                                   "DelayInMs":  1000,
                                                   "RetryJitterInMs":  10,
                                                   "ExponentialDelayBase":  1.5
                                               },
                               "Logging":  {
                                               "WarningThresholdInMilliseconds":  1000
                                           }
                           }
}
