This commit is contained in:
Oleg Sheynin 2024-12-04 16:45:48 -05:00
parent 129221b086
commit ffd0ba5469
6 changed files with 3 additions and 6 deletions

View File

@ -3,7 +3,7 @@
# --- Settings # --- Settings
export PYTHONPATH=/ export PYTHONPATH=/
export Python=python3.12 export Python=python3.12
export Config=http://cloud16.cvtt.vpn:6789/apps/minimal_md export Config=http://cloud23.cvtt.vpn:6789/apps/minimal_md
export PyScript=/cvttpy/exchanges/alpaca/hist_md/hist_md_bars.py export PyScript=/cvttpy/exchanges/alpaca/hist_md/hist_md_bars.py
export OutputDir=/app/data/alpaca_md # Local export OutputDir=/app/data/alpaca_md # Local

View File

@ -52,7 +52,7 @@ export PYTHONPATH=/
Cmd="python3.12" Cmd="python3.12"
Cmd="${Cmd} cvttpy/research/utils/archive_ts_md.py" Cmd="${Cmd} cvttpy/research/utils/archive_ts_md.py"
Cmd="${Cmd} --config=http://cloud16.cvtt.vpn:6789/apps/md_recorder" Cmd="${Cmd} --config=http://cloud23.cvtt.vpn:6789/apps/md_recorder"
Cmd="${Cmd} --db_credentials_key=${CredKey}" Cmd="${Cmd} --db_credentials_key=${CredKey}"
Cmd="${Cmd} --credentials_file=/.creds" Cmd="${Cmd} --credentials_file=/.creds"
Cmd="${Cmd} --date=${Date}" Cmd="${Cmd} --date=${Date}"

View File

@ -26,7 +26,6 @@ if ! is_valid "${job}"; then
usage usage
fi fi
# ConfigServer=cloud16.cvtt.vpn
ConfigServer=cloud23.cvtt.vpn:6789 ConfigServer=cloud23.cvtt.vpn:6789
Cmd="python3.12" Cmd="python3.12"

View File

@ -32,7 +32,6 @@ if [ "${2}" != "" ]; then
fi fi
# ConfigServer=cloud16.cvtt.vpn
ConfigServer=cloud23.cvtt.vpn:6789 ConfigServer=cloud23.cvtt.vpn:6789
Cmd="python3.12" Cmd="python3.12"

View File

@ -1 +1 @@
0.0.4,crypto_exch_stats 0.0.5,16->23

View File

@ -14,7 +14,6 @@ usage() {
exit 1 exit 1
} }
# ConfigServer=cloud16.cvtt.vpn
ActiveExchanges=ALPACA_SNDBX-MDPORTAL ActiveExchanges=ALPACA_SNDBX-MDPORTAL
AdminPort=7225 AdminPort=7225
Book="" Book=""