Skip to content

Commit

Permalink
chore(kubernetes): use array of endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Nov 1, 2022
1 parent 417cf55 commit 69f34b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ services:
REACT_APP_EOS_API_NETWORK_LABEL: '${REACT_APP_EOS_API_NETWORK_LABEL}'
REACT_APP_EOS_API_NETWORK_LOGO: '${REACT_APP_EOS_API_NETWORK_LOGO}'
REACT_APP_EOS_INCLUDE_TRANSACTION: '${REACT_APP_EOS_INCLUDE_TRANSACTION}'
REACT_APP_EOS_API_HOST: '${REACT_APP_EOS_API_HOST}'
REACT_APP_EOS_API_HOSTS: '${REACT_APP_EOS_API_HOSTS}'
REACT_APP_EOS_API_PORT: '${REACT_APP_EOS_API_PORT}'
REACT_APP_EOS_API_PROTOCOL: '${REACT_APP_EOS_API_PROTOCOL}'
REACT_APP_EOS_CHAIN_ID: '${REACT_APP_EOS_CHAIN_ID}'
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/configmap-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ data:
REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT: '${REACT_APP_USE_BLOCK_PRODUCER_AGREEMENT_CONTRACT}'
REACT_APP_HASURA_URL: '${REACT_APP_HASURA_URL}'
REACT_APP_EOS_API_NETWORK_NAME: '${REACT_APP_EOS_API_NETWORK_NAME}'
REACT_APP_EOS_API_HOST: '${REACT_APP_EOS_API_HOST}'
REACT_APP_EOS_API_HOSTS: '${REACT_APP_EOS_API_HOSTS}'
REACT_APP_EOS_API_PORT: '${REACT_APP_EOS_API_PORT}'
REACT_APP_EOS_API_PROTOCOL: '${REACT_APP_EOS_API_PROTOCOL}'
REACT_APP_EOS_CHAIN_ID: '${REACT_APP_EOS_CHAIN_ID}'
Expand Down

0 comments on commit 69f34b2

Please sign in to comment.