Update 'run_tick_in.sh'
Added choice of tokens for fetching ticks.
This commit is contained in:
+5
-1
@@ -1,8 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Token Options:
|
||||||
|
TESTING_25=6766805c466e61b446bf91d5
|
||||||
|
M_BHANDARI=698c1b9ca11d1ac65ec23c28
|
||||||
|
|
||||||
# Use this to run the microservice without any docker setup.
|
# Use this to run the microservice without any docker setup.
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
python3 "$(pwd)/background/finstitutions/trading/tick_in_stateful.py" --script-id "kps_prod_gjgptnfnZ1" --token-key "6766805c466e61b446bf91d5" &
|
python3 "$(pwd)/background/finstitutions/trading/tick_in_stateful.py" --script-id "kps_prod_gjgptnfnZ1" --token-key "${M_BHANDARI}" &
|
||||||
deactivate
|
deactivate
|
||||||
|
|
||||||
# All done:
|
# All done:
|
||||||
|
|||||||
Reference in New Issue
Block a user