diff --git a/README.md b/README.md index e235cda44b..964faaaefe 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,6 @@ A list of all environment variables and their purpose: |MOCK|'true', 'false'|'true' in development|Mock data to receive from the chain| |COSMOS_TEST|'true', 'false'|'false'|Disable code that influences unit tests, like logging to files| |COSMOS_NETWORK|{path to network configuration folder}|'../networks/gaia-1'|Network to connect to| -|COSMOS_UI_ONLY|'true', 'false'|'false'|Ignore spinning up the tendermint binaries| |COSMOS_HOME|{path to config persistence folder}|'$HOME/voyager[-dev]'|| |COSMOS_NODE|{ip of a certain node}||Node to connect to| |PLATFORM_TARGET|'all', 'win32', 'darwin', 'linux', 'mas'|'all'|Which platform to build for|