config_service initial

This commit is contained in:
Cryptoval Trading Technologies
2023-09-27 23:34:51 +00:00
commit a2bbb40802
8 changed files with 1650 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"hist_md_database": {
"class": "cvttpy.tools.db.timescale.tsdb_client.TimescaleDbClient",
"connect": {
"host": "cryptoval1.cvtt.vpn",
"port": 5432,
"database": "coinbase"
}
}
}