var db = require('mongojs').connect('PhoneCat');
to
var db = require('mongojs').connect('example.com:9999/PhoneCat');
V.
> --
> You received this message because you are subscribed to the Google Groups
> "AngularJS" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/angular/-/tuYBsSvQNtQJ.
> To post to this group, send email to ang...@googlegroups.com.
> To unsubscribe from this group, send email to
> angular+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/angular?hl=en.
mongo: {
dbUrl: 'https://localhost:27017', // The base url of the MongoLab DB server
apiKey: '', // Our MongoLab API key
dbName: 'mydb', // The name of database to which this server connect
usersCollection: 'mydb_users' // The name of the collection that will contain our user information
}