Skip to content

Commit

Permalink
fix wrong mongo url
Browse files Browse the repository at this point in the history
  • Loading branch information
verchol committed Jan 4, 2017
1 parent 4cf2ac2 commit e591c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ xmpp:
cert: ./server.crt

database:
uri: mongodb://192.168.99.101:27017/hp_mongo
uri: mongodb://mongo:27017/hp_mongo

secrets:
cookie: secretsauce
Expand Down

0 comments on commit e591c2a

Please sign in to comment.