Skip to content

Commit

Permalink
update config variable
Browse files Browse the repository at this point in the history
  • Loading branch information
khaihkd committed Jul 24, 2018
1 parent 898b89a commit c6c56c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default.json
Expand Up @@ -3,10 +3,10 @@
"host": "localhost",
"port": 6379,
"password": null,
"prefix": "TomoTokenHolder"
"prefix": "TokenHolder"
},
"db": {
"uri": "mongodb://localhost:27017/tomo-holder"
"uri": "mongodb://localhost:27017/tomo"
},
"provider": {
"ws": "wss://mainnet.infura.io/ws",
Expand Down

0 comments on commit c6c56c2

Please sign in to comment.