ADM-21, DEV-107
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
ConfigDir=/config
|
||||
LogDir=/logs
|
||||
|
||||
Cmd="python3.12"
|
||||
Cmd+=" cvttpy/apps/microservices/market_gateways/accounting_gateway.py"
|
||||
Cmd+=" --config=${ConfigDir}/${ACGW_CONFIG_FILE:-cvtt_musvc.cfg}"
|
||||
Cmd+=" --credentials_file=${ConfigDir}/${ACGW_CREDS_FILE:-.creds}"
|
||||
|
||||
Cmd+=" --config=${CONFIG_FILE:-/config/cvtt_musvc.cfg}"
|
||||
Cmd+=" --credentials_file=${ACGW_CREDS_FILE:-/config/.creds}"
|
||||
|
||||
Cmd+=" --log_file=${LogDir}/${ACGW_LOG_FILE:-%T.ac_gateway.log}"
|
||||
Cmd+=" ${ACGW_ADD_ARGS}"
|
||||
|
||||
echo ${Cmd}
|
||||
exec ${Cmd}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user