This commit is contained in:
Cryptoval Trading Technologies
2023-12-25 21:19:07 +00:00
parent 0f3a5bc38d
commit 78e07fca9a
7 changed files with 116 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"folders": [
{
"path": "../.."
}
]
}
+2 -2
View File
@@ -2,8 +2,8 @@
"hist_md_database": {
"class": "cvttpy.tools.db.timescale.tsdb_client.TimescaleDbClient",
"connect": {
"host": "cryptoval1.cvtt.vpn",
"port": 5432,
"host": "cvttdata.cvtt.vpn",
"port": 5432,
"database": "coinbase"
}
}