@icgio/clients-config 1.0.182 → 1.0.183
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/config.json +10 -4
- package/package.json +1 -1
package/config.json
CHANGED
|
@@ -251,8 +251,7 @@
|
|
|
251
251
|
"SWFTC": true
|
|
252
252
|
},
|
|
253
253
|
"rate": {},
|
|
254
|
-
"trades_detail": {
|
|
255
|
-
},
|
|
254
|
+
"trades_detail": {},
|
|
256
255
|
"trades": {
|
|
257
256
|
"AAI": true,
|
|
258
257
|
"ARMY": true,
|
|
@@ -351,8 +350,7 @@
|
|
|
351
350
|
}
|
|
352
351
|
}
|
|
353
352
|
},
|
|
354
|
-
"client_additional_telegram_ids": {
|
|
355
|
-
},
|
|
353
|
+
"client_additional_telegram_ids": {},
|
|
356
354
|
"client_telegram_sender": {
|
|
357
355
|
"AAI": "icg",
|
|
358
356
|
"ARMY": "icg",
|
|
@@ -445,5 +443,13 @@
|
|
|
445
443
|
"username": "tkt@icg.io",
|
|
446
444
|
"password": "oEwbg6MmKnTym1O"
|
|
447
445
|
}
|
|
446
|
+
},
|
|
447
|
+
"server_config_enabled": {
|
|
448
|
+
"MAK": true,
|
|
449
|
+
"MIX": true
|
|
450
|
+
},
|
|
451
|
+
"server_config_whitelist_ips": {
|
|
452
|
+
"MAK": ["172.105.237.102", "52.221.185.198"],
|
|
453
|
+
"MIX": ["172.105.237.102", "18.140.53.222"]
|
|
448
454
|
}
|
|
449
455
|
}
|