Skip to content

Commit

Permalink
Merge pull request #64 from meshery/leecalcote/update/remote-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
theBeginner86 authored Nov 21, 2024
2 parents ee22c85 + c5ae520 commit e8b08c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. ...?

Expand Down

0 comments on commit e8b08c2

Please sign in to comment.