Compare commits

..

2 Commits

Author SHA1 Message Date
Cryptoval Trading Technologies
9feb87df5d progress 2025-02-03 20:21:01 +00:00
Cryptoval Trading Technologies
bed7b838ec progress 2025-02-03 19:57:18 +00:00
4 changed files with 7 additions and 13 deletions

View File

@ -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",

View File

@ -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)

View File

@ -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": {

View File

@ -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": {