isite 2021.11.29 → 2021.11.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/mongodb.js CHANGED
@@ -126,11 +126,12 @@ module.exports = function init(____0) {
126
126
 
127
127
  _mongo.connections.push({
128
128
  name: name,
129
+ url : db_url,
129
130
  db: db,
130
131
  client: client,
131
132
  connected: !0,
132
133
  });
133
- ____0.log('\n ( Connected DB : ' + db_name + ' ) \n');
134
+ ____0.log('\n ( Connected DB : ' + db_name + ' ) : ' + db_url + '\n');
134
135
  callback(err, db);
135
136
  } else {
136
137
  err.message += ' , ' + db_url;
@@ -60,7 +60,7 @@ function setOptions(_options, ____0) {
60
60
  enabled: !0,
61
61
  config : {},
62
62
  protocal : 'mongodb://',
63
- host: 'localhost',
63
+ host: '127.0.0.1',
64
64
  port: '27017',
65
65
  userName: null,
66
66
  password: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isite",
3
- "version": "2021.11.29",
3
+ "version": "2021.11.31",
4
4
  "description": "Create Enterprise Multi-Language Web Site [Fast and Easy] ",
5
5
  "main": "index.js",
6
6
  "repository": {