s_h
s_h

Reputation: 1496

database settings in reactioncommerce

I installed reactioncommerce and I would like to access the database settings to check the name that the installation created in my mongodb server. I checked the information on the website but I cannot find any details about it.

in mongodb: when I use "show dbs" in mongo I cannot see any new db in my server. on the other hand, the demo application is running on port localhost:3000.

any guidance appreciated.

Upvotes: 0

Views: 89

Answers (1)

s_h
s_h

Reputation: 1496

well it seems the mongodb for meteor always runs at one port above the meteor port. So by default the db is running at 3001. While you can have Meteor running you can also run meteor mongo and get a db console that way.

Upvotes: 1

Related Questions