diff --git a/VERSION b/VERSION index f4126f5..1c3cdd1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.4,exch_acct_cfgname fixes \ No newline at end of file +0.2.4.FX1,exch_acct_cfgname fixes \ No newline at end of file diff --git a/market_data/md_recorder/run_md_recorder.sh b/market_data/md_recorder/run_md_recorder.sh index 9b418d7..4b1a8f4 100755 --- a/market_data/md_recorder/run_md_recorder.sh +++ b/market_data/md_recorder/run_md_recorder.sh @@ -41,7 +41,7 @@ if [ "${job}" == "BNBFUT_CLD21" ] ; then Cmd="${Cmd} --admin_port=7201" elif [ "${job}" == "COINBASE_CLD21" ] ; then Cmd="${Cmd} --exch_acct_cfgname=COINBASE_AT" - Cmd="${Cmd} --exch_acct_cfgname=TSDB_MD_CLD21" + Cmd="${Cmd} --db_credentials_key=TSDB_MD_CLD21" Cmd="${Cmd} --admin_port=7202" elif [ "${job}" == "BNBSPOT_CLD21" ] ; then Cmd="${Cmd} --exch_acct_cfgname=BNBSPOT"