mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
config fixes
This commit is contained in:
parent
552d9a90f8
commit
7c59faf4a4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user