trader -> executor
This commit is contained in:
parent
1227036c80
commit
cc8fa21fd0
@ -45,12 +45,16 @@ fi
|
||||
|
||||
|
||||
# -------------------- S e t t i n g s
|
||||
ConfigServiceHost=cloud11.cvtt.vpn
|
||||
ConfigServicePort=6789
|
||||
|
||||
RootDir=/home/cvtt/prod
|
||||
ConfigFile="${RootDir}/config/trader_app.cfg"
|
||||
|
||||
ConfigFile="http://${ConfigServiceHost}:${ConfigServicePort}/apps/executor_app"
|
||||
|
||||
AdminPort="7210"
|
||||
Exchange=COINBASE_AT
|
||||
Name=trader_app
|
||||
Name=EXECUTOR_APP
|
||||
# -------------------- S e t t i n g s
|
||||
|
||||
LogFile="${RootDir}/logs/$(date '+%Y%m%d_%H%M%S').${Name}.log"
|
||||
@ -60,7 +64,7 @@ export PYTHONPATH=${RootDir}
|
||||
|
||||
Cmd="nohup"
|
||||
Cmd="${Cmd} python3"
|
||||
Cmd="${Cmd} ${RootDir}/cvttpy/apps/trader_app.py"
|
||||
Cmd="${Cmd} ${RootDir}/cvttpy/apps/executor_app.py"
|
||||
Cmd="${Cmd} --config=${ConfigFile}"
|
||||
Cmd="${Cmd} --active_exchanges=${Exchange}"
|
||||
Cmd="${Cmd} --admin_port=${AdminPort}"
|
||||
Loading…
x
Reference in New Issue
Block a user