Skip to content

Commit

Permalink
remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Aug 22, 2024
1 parent c7f74d4 commit 2041101
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,11 @@ const (
RemoteHostUser = "ubuntu"

// node
CloudNodeCLIConfigBasePath = "/home/ubuntu/.avalanche-cli/"
CloudNodeConfigBasePath = "/home/ubuntu/.avalanchego/"
CloudNodeSubnetVMBinaryPath = "/home/ubuntu/.avalanchego/plugins/%s"
CloudNodeStakingPath = "/home/ubuntu/.avalanchego/staking/"
CloudNodeConfigPath = "/home/ubuntu/.avalanchego/configs/"
ServicesDir = "services"
DashboardsDir = "dashboards"
LocalTmpDir = ".avalanche-tooling-sdk-go"
CloudNodeCLIConfigBasePath = "/home/ubuntu/.avalanche-cli/"
CloudNodeStakingPath = "/home/ubuntu/.avalanchego/staking/"
CloudNodeConfigPath = "/home/ubuntu/.avalanchego/configs/"
ServicesDir = "services"
DashboardsDir = "dashboards"
// services
ServiceAvalanchego = "avalanchego"
ServicePromtail = "promtail"
Expand Down

0 comments on commit 2041101

Please sign in to comment.