Skip to content

Commit

Permalink
app.zerops.dev -> api.app.zerops.dev (#17)
Browse files Browse the repository at this point in the history
* app.zerops.dev -> api.zerops.dev

* api.zerops.dev -> api.app.zerops.dev
  • Loading branch information
fxck authored Jan 8, 2021
1 parent cc42784 commit fdd0ca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ func ExecuteCmd() error {
Use: "zcli",
}

params.RegisterPersistentString(rootCmd, constants.PersistentParamRestApiAddress, "https://app.zerops.dev", "address of rest api")
params.RegisterPersistentString(rootCmd, constants.PersistentParamGrpcApiAddress, "app.zerops.dev:20902", "address of grpc api")
params.RegisterPersistentString(rootCmd, constants.PersistentParamRestApiAddress, "https://api.app.zerops.dev", "address of rest api")
params.RegisterPersistentString(rootCmd, constants.PersistentParamGrpcApiAddress, "api.app.zerops.dev:20902", "address of grpc api")
params.RegisterPersistentString(rootCmd, constants.PersistentParamVpnApiAddress, "vpn.app.zerops.dev", "address of vpn api")
params.RegisterPersistentString(rootCmd, constants.PersistentParamCaCertificateUrl, "https://app.zerops.dev/ca.crt", "download url for certificate of Zerops certificate authority used for tls encrypted communication via gRPC")
params.RegisterPersistentString(rootCmd, constants.PersistentParamCaCertificateUrl, "https://api.app.zerops.dev/ca.crt", "download url for certificate of Zerops certificate authority used for tls encrypted communication via gRPC")

rootCmd.AddCommand(deployCmd())
rootCmd.AddCommand(pushCmd())
Expand Down

0 comments on commit fdd0ca8

Please sign in to comment.