Skip to content

Commit

Permalink
Merge pull request #61 from piotr-rudnik/db
Browse files Browse the repository at this point in the history
Delete usage of mongodb variable
  • Loading branch information
piotr-rudnik authored Oct 14, 2021
2 parents 80e90f7 + 5d98411 commit 6df46fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

ethtx_config = EthTxConfig(
mongo_connection_string=os.getenv("MONGO_CONNECTION_STRING"),
mongo_database=os.getenv("MONGODB_DB"),
etherscan_api_key=os.getenv("ETHERSCAN_KEY"),
web3nodes={
"mainnet": dict(hook=os.getenv("MAINNET_NODE_URL", ""), poa=False),
Expand Down

0 comments on commit 6df46fe

Please sign in to comment.