Skip to content

Commit

Permalink
feat(netlify): add env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras committed Jan 22, 2019
1 parent 7c81141 commit e839a29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
[build.environment]
YARN_FLAGS='--pure-lockfile'
REACT_APP_KLEROS_LIQUID_KOVAN_ADDRESS='0x8847c0947a613c3de443f73351c3815ad0d37f98'
REACT_APP_PINAKION_KOVAN_ADDRESS='0x1ee318dbc19267dbce08f54a66ab198f73ede356'
REACT_APP_POLICY_REGISTRY_KOVAN_ADDRESS='0xfc53d1d6ddc2c6cdd403cb7dbf0f26140d82e12d'
REACT_APP_WEB3_FALLBACK_URL='wss://mainnet.infura.io/ws'
REACT_APP_PATCH_USER_SETTINGS_URL='https://8aoprv935h.execute-api.us-east-2.amazonaws.com/staging/user-settings'

[context.production.environment]
REACT_APP_PATCH_USER_SETTINGS_URL='https://hgyxlve79a.execute-api.us-east-2.amazonaws.com/production/user-settings'

[[redirects]]
from = "/*"
Expand Down

0 comments on commit e839a29

Please sign in to comment.