1
This commit is contained in:
@@ -29,7 +29,7 @@ class mt5(Exchange, ImplicitAPI):
|
||||
'countries': ['US'],
|
||||
'version': 'v2025.02.05-05.23',
|
||||
'rateLimit': 1000,
|
||||
'hostname': '43.167.188.220:5000',
|
||||
'hostname': '10.203.0.6:5000',
|
||||
'pro': True,
|
||||
'options': {
|
||||
'host': '18.163.85.196',
|
||||
@@ -70,11 +70,11 @@ class mt5(Exchange, ImplicitAPI):
|
||||
'urls': {
|
||||
'logo': '',
|
||||
'api': {
|
||||
'public': 'http://43.167.188.220:5000', # 直接使用具体地址
|
||||
'private': 'http://43.167.188.220:5000',
|
||||
'public': 'http://{hostname}', # 直接使用具体地址
|
||||
'private': 'http://{hostname}',
|
||||
},
|
||||
'www': 'http://43.167.188.220:5000',
|
||||
'doc': ['http://43.167.188.220:5000/index.html'],
|
||||
'www': 'http://{hostname}',
|
||||
'doc': ['http://{hostname}/index.html'],
|
||||
},
|
||||
'api': {
|
||||
'public': {
|
||||
|
||||
Reference in New Issue
Block a user