Compare commits
2 Commits
088770e923
...
9feb87df5d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9feb87df5d | ||
|
|
bed7b838ec |
@ -5,12 +5,6 @@
|
||||
"host": "mattermost.cryptovaltrading.com",
|
||||
"port": 443
|
||||
},
|
||||
# "WIKI": {
|
||||
# "to_check": "Yes",
|
||||
# "protocol": "http",
|
||||
# "host": "cloud11.cvtt.vpn",
|
||||
# "port": 8080
|
||||
# },
|
||||
"Gitea": {
|
||||
"to_check": "Yes",
|
||||
"protocol": "http",
|
||||
@ -26,14 +20,14 @@
|
||||
"CVTT Config Service": {
|
||||
"to_check": "Yes",
|
||||
"protocol": "http",
|
||||
"host": "cloud23.cvtt.vpn",
|
||||
"host": "cloud16.cvtt.vpn",
|
||||
"port": 6789
|
||||
},
|
||||
"Trading Calendar": {
|
||||
"to_check": "Yes",
|
||||
"protocol": "http",
|
||||
"host": "cloud23.cvtt.vpn",
|
||||
"port": 8000
|
||||
"protocol": "https",
|
||||
"host": "trading-calendar.cvtt.net",
|
||||
"port": 443
|
||||
},
|
||||
"US EQTY Rel.Liquidity": {
|
||||
"to_check": "Yes",
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
, "calendar_session": {
|
||||
"trading_hours_url": [
|
||||
"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)
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
, "calendar_session": {
|
||||
"trading_hours_url": [
|
||||
"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": {
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
, "calendar_session": {
|
||||
"trading_hours_url": [
|
||||
"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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user