forked from supabase/wrappers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c832e5
commit 29efbc4
Showing
6 changed files
with
146 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
go build -a -tags netgo -ldflags '-X 'main.MajorVersion=0' -X 'main.MinorVersion=1' -X 'main.ProtocolVersion=3' -w -extldflags "-static"' -o dymium | ||
go build -a -tags netgo -ldflags '-X 'main.MajorVersion=0' -X 'main.MinorVersion=1' -X 'main.ProtocolVersion=5' -w -extldflags "-static"' -o dymium | ||
cp ./dymium ../../../web/go/assets/customer/update/darwin/amd64/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
|
||
export LOG_LEVEL=Debug | ||
export PORTAL=https://portal.dymium.io/ | ||
export CONNECTOR=a1626eb5-4fa4-4db5-b46b-e7cee14e1f1a | ||
export KEY=RlMOV0QrCtIe | ||
export SECRET=MT2L1VPOlGoMSgyRodkYO6PwMw7JB4VK2MDFXL3Iw-e64mLYy5hjdLgKrnlXeizG0bm3RmVaohX2DfdLgDJy2ZAsjJzRPNqC3KMlEmmMyBSGskQbKfim6iuX2FCwouei | ||
export CUSTOMER=spoofcorp | ||
export TUNNELSERVER=spoofcorp.dymium.io:3009 | ||
export LOCAL_ENVIRONMENT=true | ||
|
||
./meshconnector |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters