@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.
- package/.gitsecret/paths/mapping.cfg +1 -1
- package/config-archive.json +2 -1
- package/config.js +4 -1
- package/config.json +22 -0
- package/data-source.js.secret +0 -0
- package/package.json +1 -1
- package/secretread.js.secret +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
secretread.js:
|
|
1
|
+
secretread.js:c8eb52d6460601da6476a8e46f1cea79cbeb7f5d3f26033bfaafa02716c6dfda
|
|
2
2
|
data-source.js:7914c8a583a6dc1ed54909da44dbaf3b76c39adb98a63706ad277cc23de7b81b
|
package/config-archive.json
CHANGED
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
|
}
|
package/data-source.js.secret
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/secretread.js.secret
CHANGED
|
Binary file
|