@icgio/clients-config 1.0.76 → 1.0.77

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.
@@ -1,2 +1,2 @@
1
- secretread.js:dbaab2819b2e2b8664e2b735ef53c6dbe9dbd2a566e3c56b77206b80048689db
1
+ secretread.js:c8eb52d6460601da6476a8e46f1cea79cbeb7f5d3f26033bfaafa02716c6dfda
2
2
  data-source.js:7914c8a583a6dc1ed54909da44dbaf3b76c39adb98a63706ad277cc23de7b81b
@@ -1295,5 +1295,6 @@
1295
1295
  "client_telegram_sender": {
1296
1296
  "EPEP": "icg",
1297
1297
  "TAZZ": "icg"
1298
- }
1298
+ },
1299
+ "client_dashboard_credentials": {}
1299
1300
  }
package/config.js CHANGED
@@ -101,4 +101,7 @@ const client_additional_telegram_ids = config_data.client_additional_telegram_id
101
101
  module.exports.client_additional_telegram_ids = client_additional_telegram_ids
102
102
 
103
103
  const client_telegram_sender = config_data.client_telegram_sender
104
- module.exports.client_telegram_sender = client_telegram_sender
104
+ module.exports.client_telegram_sender = client_telegram_sender
105
+
106
+ const client_dashboard_credentials = config_data.client_dashboard_credentials
107
+ module.exports.client_dashboard_credentials = client_dashboard_credentials
package/config.json CHANGED
@@ -387,5 +387,27 @@
387
387
  "TLAND": "icg",
388
388
  "TOROG": "icg",
389
389
  "XPRESS": "icg"
390
+ },
391
+ "client_dashboard_credentials": {
392
+ "AVALOX": {
393
+ "username": "avalox@icg.io",
394
+ "password": "omXfKUcHl2whb4W"
395
+ },
396
+ "AXL": {
397
+ "username": "axl@icg.io",
398
+ "password": "lUzpE7Ku0elfayb"
399
+ },
400
+ "DMC": {
401
+ "username": "dmc@icg.io",
402
+ "password": "MhjEfO3g0y2h5Ki"
403
+ },
404
+ "DOGK": {
405
+ "username": "dogk@icg.io",
406
+ "password": "mGCqfAEBPJMQRfK"
407
+ },
408
+ "EGAX": {
409
+ "username": "egax@icg.io",
410
+ "password": "M0EMjj3PMjbLZTk"
411
+ }
390
412
  }
391
413
  }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.76",
3
+ "version": "1.0.77",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file