diff --git a/.github/.goreleaser.yml b/.github/.goreleaser.yml index eb91897199..06de09115f 100644 --- a/.github/.goreleaser.yml +++ b/.github/.goreleaser.yml @@ -10,7 +10,7 @@ builds: ldflags: - -s -w - -X main.providerToken={{.Env.PROVIDER_TOKEN}} - - -X main.MesheryCloudApiBaseUrl="https://meshery.layer5.io" + - -X main.MesheryCloudApiBaseUrl="https://cloud.layer5.io" - -X main.MesheryApiBaseUrl="https://playground.meshery.io" goos: - linux diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 509cdc5fb7..ab41e45426 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -316,7 +316,7 @@ Any UI changes made now will automatically be recompiled and served in the brows If you want to run Meshery from IDE like Goland, VSCode. set below environment variable ``` -PROVIDER_BASE_URLS="https://meshery.layer5.io" +PROVIDER_BASE_URLS="https://cloud.layer5.io" PORT=9081 DEBUG=true ADAPTER_URLS=localhost:10000 localhost:10001 localhost:10002 localhost:10003 localhost:10004 localhost:10005 localhost:10006 localhost:10007 localhost:10008 localhost:10009 diff --git a/README.md b/README.md index 1976ac36db..71cf73fad3 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ To install the Meshery Snapshot Helm Plugin, use the following steps: ### Prerequisites - `helm` must be [installed]( helm plugin install https://github.com/meshery/helm-kanvas-snapshot) on your system. -- (Optional) A free [Layer5 Cloud](https://meshery.layer5.io) user account. +- (Optional) A free [Layer5 Cloud](https://cloud.layer5.io) user account. - Environemnt Variables: 1. ...?