Skip to content

Commit

Permalink
chore(kubernetes): add REACT_APP_EVM_ENDPOINT variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed Aug 7, 2023
1 parent 7ac45b9 commit 0ec41db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/configmap-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ data:
REACT_APP_STATE_HISTORY_ENABLED: '${REACT_APP_STATE_HISTORY_ENABLED}'
REACT_APP_GOOGLE_ANALITIC_PAGE_ID: '${REACT_APP_GOOGLE_ANALITIC_PAGE_ID}'
REACT_APP_PUBLIC_RE_CAPTCHA_KEY: '${REACT_APP_PUBLIC_RE_CAPTCHA_KEY}'
REACT_APP_EVM_ENDPOINT: '${REACT_APP_EVM_ENDPOINT}'
---
apiVersion: v1
kind: ConfigMap
Expand Down

0 comments on commit 0ec41db

Please sign in to comment.