2019-12-04 10:19:13 -03:00
|
|
|
# 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=
|
2019-12-13 21:15:13 +04:00
|
|
|
REACT_APP_PORTIS_ID=
|
|
|
|
REACT_APP_SQUARELINK_ID=
|
|
|
|
REACT_APP_FORTMATIC_KEY=
|
|
|
|
|
2019-12-18 07:18:58 -03:00
|
|
|
# Versions
|
2019-12-18 12:31:58 +01:00
|
|
|
REACT_APP_LATEST_SAFE_VERSION=
|
2019-12-18 07:18:58 -03:00
|
|
|
# Leave it untouched, version will set using dotenv-expand
|
|
|
|
REACT_APP_APP_VERSION=$npm_package_version
|