Skip to content

Commit

Permalink
Use client hostname to reach proxy from browsers
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
  • Loading branch information
btlogy committed Feb 5, 2024
1 parent 0a34b75 commit 4d4c2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
EOF
cat <<EOF >> ./client/.env
NODE_ENV=development
MAILBOX_URL="wss://localhost:8080/mailbox"
RELAY_URL="wss://localhost:8080/relay"
MAILBOX_URL="wss://client:8080/mailbox"
RELAY_URL="wss://client:8080/relay"
EOF
printf "Client .env:\n"
cat ./client/.env
Expand Down

0 comments on commit 4d4c2d7

Please sign in to comment.