Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
mayabrandi committed Dec 8, 2020
1 parent 06821cd commit 60f5547
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.py
Expand Up @@ -3,7 +3,6 @@

# mongo
DB_HOST = (os.getenv("MONGODB_HOST") or "localhost")
print(DB_HOST)
DB_URI = f"mongodb://{DB_HOST}:27017"
DB_NAME = 'nipt-stage'
DEBUG = 0
Expand Down

0 comments on commit 60f5547

Please sign in to comment.