OSDN Git Service

ポートを指定できるようにした
[webchat/WebChat.git] / profile.js
index 48d8f5f..346bf5f 100644 (file)
@@ -265,8 +265,8 @@ function ProfileCollection()
                                host     : config.db_host,\r
                                user     : config.db_user,\r
                                password : config.db_password,\r
-                               port : config.db_port,\r
-                               database : "profile",\r
+                               port     : config.db_port,\r
+                               database : "webchat",\r
                        });\r
        this.AuthAsync = function(name,password,cb){\r
                async.waterfall([\r