Skip to content

Commit

Permalink
fix wrong mongo env
Browse files Browse the repository at this point in the history
  • Loading branch information
foolcage committed Aug 2, 2018
1 parent af7983c commit 3a492e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fooltrader/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@
EOS_MONGODB_URL = ""

if not EOS_MONGODB_URL:
EOS_MONGODB_URL = os.environ.get("EOS_MONGODB_HOST")
EOS_MONGODB_URL = os.environ.get("EOS_MONGODB_URL")

0 comments on commit 3a492e8

Please sign in to comment.