Rock Mongo mongodb config settings -


i have installed rockmongo http://code.google.com/p/rock-php/ manage mongodb database. installed in subdirectory of site http://mongo.example.com. default config settings follows:

"host" => "192.168.1.1", // replace mongodb host ip or domain name here
"port" => "27017", // mongodb connection port
"username" => null, // mongodb connection username
"password" => null, // mongodb connection password

i'm not sure should changing these to? on log in is:

mongodb connection exception: connecting mongodb://192.168.1.1:27017 failed: operation in progress. please check configuration.

this see wiki

login admin username , password, set "admin" , "admin" default


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -