This commit is contained in:
2025-04-05 21:49:03 -04:00
parent e898d0c8e4
commit 235b906a94
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -6,7 +6,6 @@ LogDir=/logs
Cmd="python3.12"
Cmd+=" cvttpy/apps/microservices/pricer/pricer.py"
Cmd+=" --config=${ConfigDir}/${PXER_CONFIG_FILE:-cvtt_musvc.cfg}"
Cmd+=" --credentials_file=${ConfigDir}/${PXER_CREDS_FILE:-.creds}"
Cmd+=" --log_file=${LogDir}/${PXER_LOG_FILE:-%T.pricer.log}"
Cmd+=" ${PXER_ADD_ARGS}"
echo ${Cmd}