We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e404c29 commit a11c64bCopy full SHA for a11c64b
‎cmd/cloudflared/access/cmd.go‎
@@ -143,13 +143,13 @@ func Commands() []*cli.Command {
143
Name: sshTokenIDFlag,
144
Aliases: []string{"id"},
145
Usage: "specify an Access service token ID you wish to use.",
146
- EnvVars: []string{"CLOUDFLARE_SERVICE_TOKEN_ID"},
+ EnvVars: []string{"TUNNEL_SERVICE_TOKEN_ID"},
147
},
148
&cli.StringFlag{
149
Name: sshTokenSecretFlag,
150
Aliases: []string{"secret"},
151
Usage: "specify an Access service token secret you wish to use.",
152
- EnvVars: []string{"CLOUDFLARE_SERVICE_TOKEN_SECRET"},
+ EnvVars: []string{"TUNNEL_SERVICE_TOKEN_SECRET"},
153
154
155
Name: logger.LogSSHDirectoryFlag,
0 commit comments