cryptoval1 -> cvttdata

This commit is contained in:
Oleg Sheynin 2023-12-15 22:37:18 -05:00
parent 5e7b3eaee2
commit 47c6a0c85a
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
0.3.4
0.3.5

View File

@ -5,10 +5,10 @@ RootDir=/home/cvtt/prod
export PYTHONPATH=${RootDir}
host=$(hostname)
if [ "${host}" == "cryptoval1" ]
if [ "${host}" == "cvttdata" ]
then
ArchiveRootDir=/localdisk/cvtt/archive/md_archive
CredKey=TSDB_MD_CV1
ArchiveRootDir=/home/cvtt/archive/md_archive
CredKey=TSDB_MD_CVTTDATA_RO
elif [ "${host}" == "cloud19.cryptovaltrading.com" ]
then
ArchiveRootDir=/opt/cvtt/archive/md_archive