You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connecting mongoDB mongodb://localhost/simplemessenger open() is deprecated in mongoose >= 4.11.0, use openUri() instead, or set the useMongoClient option if using connect() or createConnection(). See http://mongoosejs.com/docs/connections.html#use-mongo-client
Server listening on port 9000!
The text was updated successfully, but these errors were encountered:
src/server/init.js config
Config.host = "localhost";
Config.port = 9000;
Config.chatDatabaseUrl = "mongodb://localhost/simplemessenger";
src/src/client/js/init.js config
Config.apiBaseUrl = "http://localhost:9001/spika/v1";
Config.socketUrl = "http://localhost:9001/spika";
node src/server/main.js
Connecting mongoDB mongodb://localhost/simplemessenger
open()
is deprecated in mongoose >= 4.11.0, useopenUri()
instead, or set theuseMongoClient
option if usingconnect()
orcreateConnection()
. See http://mongoosejs.com/docs/connections.html#use-mongo-clientServer listening on port 9000!
The text was updated successfully, but these errors were encountered: