vlado@webdynamics
Change MongoDB default database name
according to mongo specs, the connection string should be mongodb://[username:password@]host1[:port1][/[defaultauthdb][?options]]
this is exactly what i'm doing, appending the new db name to the private connection string provided by railway... am I missing something?
14 replies