Compare commits
2 Commits
088770e923
...
9feb87df5d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9feb87df5d | ||
|
|
bed7b838ec |
@ -5,12 +5,6 @@
|
|||||||
"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",
|
||||||
@ -26,14 +20,14 @@
|
|||||||
"CVTT Config Service": {
|
"CVTT Config Service": {
|
||||||
"to_check": "Yes",
|
"to_check": "Yes",
|
||||||
"protocol": "http",
|
"protocol": "http",
|
||||||
"host": "cloud23.cvtt.vpn",
|
"host": "cloud16.cvtt.vpn",
|
||||||
"port": 6789
|
"port": 6789
|
||||||
},
|
},
|
||||||
"Trading Calendar": {
|
"Trading Calendar": {
|
||||||
"to_check": "Yes",
|
"to_check": "Yes",
|
||||||
"protocol": "http",
|
"protocol": "https",
|
||||||
"host": "cloud23.cvtt.vpn",
|
"host": "trading-calendar.cvtt.net",
|
||||||
"port": 8000
|
"port": 443
|
||||||
},
|
},
|
||||||
"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"
|
||||||
, "http://cloud16.cvtt.vpn:8000/api/v1/markets/hours?mic=XNYS&start={start}&end={end}"
|
, "https://trading-calendar.cvtt.net/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"
|
||||||
, "http://cloud16.cvtt.vpn:8000/api/v1/markets/hours?mic=XNYS&start={start}&end={end}"
|
, "https://trading-calendar.cvtt.net/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"
|
||||||
, "http://cloud16.cvtt.vpn:8000/api/v1/markets/hours?mic=XNYS&start={start}&end={end}"
|
, "https://trading-calendar.cvtt.net/api/v1/markets/hours?mic=XNYS&start={start}&end={end}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
, "exchanges_settings": {
|
, "exchanges_settings": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user