1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

removing .env.development and updating .env.example

This commit is contained in:
Jamie Hewitt 2021-06-04 14:32:04 +03:00
parent 22cacdb577
commit 29b14d5249
2 changed files with 3 additions and 11 deletions

View File

@ -1,11 +0,0 @@
# Default network, possible values:
# "development", "ropsten", "rinkeby", "mainnet", "polygon"
GATSBY_NETWORK="polygon"
GATSBY_RBAC_URL="http://localhost:3000"
#GATSBY_INFURA_PROJECT_ID="xxx"
#GATSBY_MARKET_FEE_ADDRESS="0xxx"
#GATSBY_ANALYTICS_ID="xxx"
GATSBY_PORTIS_ID="abc"
#GATSBY_ALLOW_FIXED_PRICING="true"
#GATSBY_ALLOW_DYNAMIC_PRICING="true"

View File

@ -2,6 +2,9 @@
# "development", "ropsten", "rinkeby", "mainnet", "polygon", "moonbeamalpha"
GATSBY_NETWORK="rinkeby"
## Comment out this line to implement permission based restrictions
#GATSBY_RBAC_URL="http://localhost:3000"
#GATSBY_INFURA_PROJECT_ID="xxx"
#GATSBY_MARKET_FEE_ADDRESS="0xxx"
#GATSBY_ANALYTICS_ID="xxx"