Skip to content

Commit

Permalink
Try the stage relay with local mailbox
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy committed Feb 5, 2024
1 parent 5fa13dc commit c768a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
cat <<EOF >> ./client/.env
NODE_ENV=development
MAILBOX_URL="ws://mailbox:4000/v1"
RELAY_URL="ws://relay:4002"
RELAY_URL="wss://relay.stage.winden.app"
EOF
printf "Client .env:\n"
cat ./client/.env
Expand Down

0 comments on commit c768a6f

Please sign in to comment.