mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
4fc5862654
* #638 Initial design * #638 fix import and get value from env file * #638 Fix UI * #638 Improved UI * #638 Add deny credential and isOrderDisabled * UI update * Fix lint * Attempt fix issue * Revert "Attempt fix issue" This reverts commite3d916fe61
. * Extract default credential type * Fix complexity issue * Fix complexity issue * Fix typo error * Enhance UI * Enhance Credentials Component UI * Reduce duplication * Revert "Reduce duplication" This reverts commite3bf6b4a2a
. Co-authored-by: KY Lau <kian_yee.lau@daimler.com>
16 lines
515 B
Plaintext
16 lines
515 B
Plaintext
# Default network, possible values:
|
|
# "development", "ropsten", "rinkeby", "mainnet", "polygon", "moonbeamalpha"
|
|
GATSBY_NETWORK="rinkeby"
|
|
|
|
## Define a GATSBY_RBAC_URL 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"
|
|
#GATSBY_PORTIS_ID="xxx"
|
|
#GATSBY_ALLOW_FIXED_PRICING="true"
|
|
#GATSBY_ALLOW_DYNAMIC_PRICING="true"
|
|
#GATSBY_ALLOW_ADVANCED_SETTINGS="true"
|
|
#GATSBY_CREDENTIAL_TYPE="address"
|