Skip to content

Commit

Permalink
changing the config order
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Meyer committed Jul 29, 2018
1 parent 8031ae1 commit 955758d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trufflepig/config.py
Expand Up @@ -2,8 +2,8 @@

# The steemit nodes to load data from
NODE_URL = os.environ.get('STEEM_NODE_URL','https://api.steemit.com')
NODE_URL2 = os.environ.get('STEEM_NODE_URL2', 'https://rpc.buildteam.io')
NODE_URL3 = os.environ.get('STEEM_NODE_URL3', 'https://api.steem.house')
NODE_URL2 = os.environ.get('STEEM_NODE_URL2', 'https://api.steem.house')
NODE_URL3 = os.environ.get('STEEM_NODE_URL3', 'https://rpc.buildteam.io')
NODE_URL4 = os.environ.get('STEEM_NODE_URL4', 'steemd.minnowsupportproject.org')
NODE_URL5 = os.environ.get('STEEM_NODE_URL5', 'steemd.pevo.science')
NODE_URL6 = os.environ.get('STEEM_NODE_URL6', 'rpc.curiesteem.com')
Expand Down

0 comments on commit 955758d

Please sign in to comment.