diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 147c04e8..b13d44f0 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -63,8 +63,8 @@ jobs: EOF cat <> ./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