1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

config fixes

This commit is contained in:
Jernej Pregelj 2019-07-24 16:18:56 +02:00 committed by Matthias Kretschmann
parent 552d9a90f8
commit 7c59faf4a4
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 2 deletions

View File

@ -53,4 +53,4 @@ REACT_APP_BRIZO_ADDRESS="0x0474ed05ba757dde575dfaaaa267d9e7f3643abc"
# REACT_APP_BRIZO_ADDRESS="0x00bd138abd70e2f00903268f3db08f2d25677c9e"
REACT_APP_REPORT_EMAIL="test@example.com"
REACT_APP_ALLOW_PRICING="true"
# REACT_APP_ALLOW_PRICING=true

View File

@ -28,4 +28,4 @@ export const faucetUri =
//
export const verbose = true
export const analyticsId = 'UA-60614729-11'
export const allowPricing = process.env.REACT_APP_ALLOW_PRICING || 'false'
export const allowPricing = process.env.REACT_APP_ALLOW_PRICING || false