fixes to archive md

This commit is contained in:
Oleg Sheynin 2023-12-06 16:21:59 -05:00
parent 5aa9bb323a
commit 5e7b3eaee2
2 changed files with 4 additions and 5 deletions

View File

@ -1 +1 @@
0.3.3 0.3.4

View File

@ -6,10 +6,11 @@ export PYTHONPATH=${RootDir}
host=$(hostname) host=$(hostname)
if [ "${host}" == "cryptoval1" ] if [ "${host}" == "cryptoval1" ]
ArchiveRootDir=/localdisk/cvtt/archive/md_archive
CredKey=TSDB_MD_CV1_RO
then then
ArchiveRootDir=/localdisk/cvtt/archive/md_archive
CredKey=TSDB_MD_CV1
elif [ "${host}" == "cloud19.cryptovaltrading.com" ] elif [ "${host}" == "cloud19.cryptovaltrading.com" ]
then
ArchiveRootDir=/opt/cvtt/archive/md_archive ArchiveRootDir=/opt/cvtt/archive/md_archive
CredKey=TSDB_MD_CLD19_RO CredKey=TSDB_MD_CLD19_RO
else else
@ -41,5 +42,3 @@ echo ${Cmd}
eval ${Cmd} eval ${Cmd}
echo "${0} ${*} Done." echo "${0} ${*} Done."