ADM-21, DEV-107
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
ConfigDir=/config
|
||||
LogDir=/logs
|
||||
|
||||
Cmd="python3.12"
|
||||
Cmd+=" cvttpy/apps/microservices/market_gateways/md_gateway.py"
|
||||
Cmd+=" --config=${ConfigDir}/${MDGW_CONFIG_FILE:-cvtt_musvc.cfg}"
|
||||
Cmd+=" --credentials_file=${ConfigDir}/${MDGW_CREDS_FILE:-.creds}"
|
||||
|
||||
Cmd+=" --config=${CONFIG_FILE:-/config/cvtt_musvc.cfg}"
|
||||
Cmd+=" --credentials_file=${MDGW_CREDS_FILE:-/config/.creds}"
|
||||
|
||||
Cmd+=" --log_file=${LogDir}/${MDGW_LOG_FILE:-%T.md_gateway.log}"
|
||||
Cmd+=" ${MDGW_ADD_ARGS}"
|
||||
echo ${Cmd}
|
||||
|
||||
Reference in New Issue
Block a user