Skip to content

Commit

Permalink
Added database port
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedamen committed May 29, 2018
1 parent 32aa174 commit d4069ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions findatapy/util/dataconstants.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class DataConstants(object):

###### FOR DATABASE
db_server = '127.0.0.1'
db_port = '27017'

###### FOR TEMPORARY IN-MEMRORY CACHE (Redis)
db_cache_server = '127.0.0.1'
Expand Down

0 comments on commit d4069ff

Please sign in to comment.