mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-10 18:15:37 +00:00
434e12edd1
* Implements intercom Adds REACT_APP_INTERCOM_ID_MAINNET and REACT_APP_INTERCOM_ID_RINKEBY env vars * Adds .env.example * Adds intercom env vars * Updates env vars Replaces "rinkeby" and "mainnet" with "non-production" and "production" * Now loads intercom after the user accepted the analytics * Add env variable for production intercom id * Update .env.example * Removes react-intercom Fixs getIntercomId with default dev appID Now loads intercom as script * Renegerate flow-types
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
# You can leave this empty for rinkeby or use "mainnet"
|
|
REACT_APP_NETWORK=
|
|
|
|
# For Rinkeby network
|
|
REACT_APP_GOOGLE_ANALYTICS_ID_RINKEBY=
|
|
|
|
# For Mainnet network (no needed on dev mode)
|
|
REACT_APP_GOOGLE_ANALYTICS_ID_MAINNET=
|
|
|
|
# For production environments
|
|
REACT_APP_INTERCOM_ID=
|