update address

This commit is contained in:
Zack Scholl 2019-11-13 07:30:04 -08:00
parent a87612049d
commit fd7d035087
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ func main() {
c, err := croc.New(croc.Options{
IsSender: true,
SharedSecret: "test1",
RelayAddress: "ws://localhost:8005/ws",
RelayAddress: "wss://testcroc.schollz.com/ws",
Debug: true,
})
if err != nil {
@ -35,7 +35,7 @@ func main() {
c, err := croc.New(croc.Options{
IsSender: false,
SharedSecret: "test1",
RelayAddress: "ws://localhost:8005/ws",
RelayAddress: "wss://testcroc.schollz.com/ws",
Debug: true,
})
if err != nil {