Compare commits
No commits in common. "9feb87df5dbccae744ade66cd3055ddd19daf7d0" and "088770e923b560677a9223b7eac70a735c993962" have entirely different histories.
9feb87df5d
...
088770e923
@ -5,6 +5,12 @@
|
|||||||
"host": "mattermost.cryptovaltrading.com",
|
"host": "mattermost.cryptovaltrading.com",
|
||||||
"port": 443
|
"port": 443
|
||||||
},
|
},
|
||||||
|
# "WIKI": {
|
||||||
|
# "to_check": "Yes",
|
||||||
|
# "protocol": "http",
|
||||||
|
# "host": "cloud11.cvtt.vpn",
|
||||||
|
# "port": 8080
|
||||||
|
# },
|
||||||
"Gitea": {
|
"Gitea": {
|
||||||
"to_check": "Yes",
|
"to_check": "Yes",
|
||||||
"protocol": "http",
|
"protocol": "http",
|
||||||
@ -20,14 +26,14 @@
|
|||||||
"CVTT Config Service": {
|
"CVTT Config Service": {
|
||||||
"to_check": "Yes",
|
"to_check": "Yes",
|
||||||
"protocol": "http",
|
"protocol": "http",
|
||||||
"host": "cloud16.cvtt.vpn",
|
"host": "cloud23.cvtt.vpn",
|
||||||
"port": 6789
|
"port": 6789
|
||||||
},
|
},
|
||||||
"Trading Calendar": {
|
"Trading Calendar": {
|
||||||
"to_check": "Yes",
|
"to_check": "Yes",
|
||||||
"protocol": "https",
|
"protocol": "http",
|
||||||
"host": "trading-calendar.cvtt.net",
|
"host": "cloud23.cvtt.vpn",
|
||||||
"port": 443
|
"port": 8000
|
||||||
},
|
},
|
||||||
"US EQTY Rel.Liquidity": {
|
"US EQTY Rel.Liquidity": {
|
||||||
"to_check": "Yes",
|
"to_check": "Yes",
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
, "calendar_session": {
|
, "calendar_session": {
|
||||||
"trading_hours_url": [
|
"trading_hours_url": [
|
||||||
"GET"
|
"GET"
|
||||||
, "https://trading-calendar.cvtt.net/api/v1/markets/hours?mic=XNYS&start={start}&end={end}"
|
, "http://cloud16.cvtt.vpn:8000/api/v1/markets/hours?mic=XNYS&start={start}&end={end}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
###### N E W S E C T I O N (example)
|
###### N E W S E C T I O N (example)
|
||||||
|
|||||||
@ -19,7 +19,7 @@
|
|||||||
, "calendar_session": {
|
, "calendar_session": {
|
||||||
"trading_hours_url": [
|
"trading_hours_url": [
|
||||||
"GET"
|
"GET"
|
||||||
, "https://trading-calendar.cvtt.net/api/v1/markets/hours?mic=XNYS&start={start}&end={end}"
|
, "http://cloud16.cvtt.vpn:8000/api/v1/markets/hours?mic=XNYS&start={start}&end={end}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
, "books": {
|
, "books": {
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
, "calendar_session": {
|
, "calendar_session": {
|
||||||
"trading_hours_url": [
|
"trading_hours_url": [
|
||||||
"GET"
|
"GET"
|
||||||
, "https://trading-calendar.cvtt.net/api/v1/markets/hours?mic=XNYS&start={start}&end={end}"
|
, "http://cloud16.cvtt.vpn:8000/api/v1/markets/hours?mic=XNYS&start={start}&end={end}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
, "exchanges_settings": {
|
, "exchanges_settings": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user