jschat 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/jschat/server_options.rb +1 -1
- metadata +2 -2
@@ -17,7 +17,7 @@ ServerConfigDefaults = {
|
|
17
17
|
'db_name' => 'jschat',
|
18
18
|
'db_host' => 'localhost',
|
19
19
|
'db_port' => 27017,
|
20
|
-
#'
|
20
|
+
#'db_username' => '',
|
21
21
|
#'db_password' => '',
|
22
22
|
# Register your instance of JsChat here: http://twitter.com/apps/create
|
23
23
|
# 'twitter' => { 'key' => '', 'secret' => '' }
|