config_service/data/db/hist_md.cfg
Cryptoval Trading Technologies 78e07fca9a .
2023-12-25 21:19:07 +00:00

10 lines
244 B
INI

{
"hist_md_database": {
"class": "cvttpy.tools.db.timescale.tsdb_client.TimescaleDbClient",
"connect": {
"host": "cvttdata.cvtt.vpn",
"port": 5432,
"database": "coinbase"
}
}
}