Versions in this module Expand all Collapse all v3 v3.7.3 Apr 29, 2020 Changes in this version + var DefaultConfig = MakeDefaultConfig(defaultGRPCAddress, defaultOAuthServerAddress, defaultInsecure) + var Root = &cobra.Command + type Config struct + AllowUnknownHosts bool + ApplicationServerEnabled bool + ApplicationServerGRPCAddress string + CA string + CredentialsID string + DeviceClaimingServerGRPCAddress string + DeviceTemplateConverterGRPCAddress string + DumpRequests bool + GatewayServerEnabled bool + GatewayServerGRPCAddress string + IdentityServerGRPCAddress string + InputFormat string + Insecure bool + JoinServerEnabled bool + JoinServerGRPCAddress string + NetworkServerEnabled bool + NetworkServerGRPCAddress string + OAuthServerAddress string + OutputFormat string + QRCodeGeneratorGRPCAddress string + func MakeDefaultConfig(clusterGRPCAddress string, oauthServerAddress string, insecure bool) Config