From e26248dc35b3fa4e879ee0331fe8dca023ab2cad Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Tue, 18 May 2021 15:10:20 -0600 Subject: [PATCH] use secure web sockets (ws) to avoid breaking the frontend. --- .github/workflows/push-master-environment.yaml | 4 ++-- .github/workflows/push-staging-environment.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push-master-environment.yaml b/.github/workflows/push-master-environment.yaml index 52d945c1..6a7fa761 100644 --- a/.github/workflows/push-master-environment.yaml +++ b/.github/workflows/push-master-environment.yaml @@ -44,7 +44,7 @@ jobs: NAMESPACE: mainnet-eosrate # webapp REACT_APP_GRAPHQL_HTTP_URL: https://graphql.eosrate.io/v1/graphql - REACT_APP_GRAPHQL_WS_URL: ws://graphql.eosrate.io/v1/graphql + REACT_APP_GRAPHQL_WS_URL: wss://graphql.eosrate.io/v1/graphql REACT_APP_EOS_API_URL: https://api.eosio.cr REACT_APP_EOS_API_HOST: api.eosio.cr REACT_APP_EOS_API_PORT: 443 @@ -67,7 +67,7 @@ jobs: INGRESS_GRAPHQL_HOST: graphql.eosrate.io # webapp REACT_APP_GRAPHQL_HTTP_URL: https://graphql.eosrate.io/v1/graphql - REACT_APP_GRAPHQL_WS_URL: ws://graphql.eosrate.io/v1/graphql + REACT_APP_GRAPHQL_WS_URL: wss://graphql.eosrate.io/v1/graphql REACT_APP_EOS_API_URL: https://api.eosio.cr REACT_APP_EOS_API_HOST: api.eosio.cr REACT_APP_EOS_API_PORT: 443 diff --git a/.github/workflows/push-staging-environment.yaml b/.github/workflows/push-staging-environment.yaml index 83084718..739cee0a 100644 --- a/.github/workflows/push-staging-environment.yaml +++ b/.github/workflows/push-staging-environment.yaml @@ -44,7 +44,7 @@ jobs: NAMESPACE: jungle-eosrate # webapp REACT_APP_GRAPHQL_HTTP_URL: https://graphql-jungle.eosrate.io/v1/graphql - REACT_APP_GRAPHQL_WS_URL: ws://graphql-jungle.eosrate.io/v1/graphql + REACT_APP_GRAPHQL_WS_URL: wss://graphql-jungle.eosrate.io/v1/graphql REACT_APP_EOS_API_URL: https://jungle.eosio.cr REACT_APP_EOS_API_HOST: jungle.eosio.cr REACT_APP_EOS_API_PORT: 443 @@ -67,7 +67,7 @@ jobs: INGRESS_GRAPHQL_HOST: graphql-jungle.eosrate.io # webapp REACT_APP_GRAPHQL_HTTP_URL: https://graphql-jungle.eosrate.io/v1/graphql - REACT_APP_GRAPHQL_WS_URL: ws://graphql-jungle.eosrate.io/v1/graphql + REACT_APP_GRAPHQL_WS_URL: wss://graphql-jungle.eosrate.io/v1/graphql REACT_APP_EOS_API_URL: https://jungle.eosio.cr REACT_APP_EOS_API_HOST: jungle.eosio.cr REACT_APP_EOS_API_PORT: 443