Skip to content

Commit

Permalink
Merge pull request #181 from amazeeio/default-config-port
Browse files Browse the repository at this point in the history
Add the default port to config generation
  • Loading branch information
shreddedbacon authored Mar 19, 2021
2 parents 937a072 + 332c235 commit a2464e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ func readLagoonConfig(lc *lagoon.Config, file string) error {
GraphQL: "https://api.lagoon.amazeeio.cloud/graphql",
HostName: "ssh.lagoon.amazeeio.cloud",
Token: "",
Port: "32222",
UI: "https://dashboard.amazeeio.cloud",
Kibana: "https://logs.amazeeio.cloud/",
}
Expand Down

0 comments on commit a2464e6

Please sign in to comment.