This commit is contained in:
Oleg Sheynin 2023-12-15 23:25:00 -05:00
parent 47c6a0c85a
commit 3f5adec37c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.3.5 0.3.6

View File

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