From 7a73bee6d308cdfac3aa50a5933d674f2a1ca740 Mon Sep 17 00:00:00 2001 From: khushalps Date: Wed, 11 Feb 2026 06:43:57 +0000 Subject: [PATCH] Update 'run_tick_in.sh' Added choice of tokens for fetching ticks. --- run_tick_in.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/run_tick_in.sh b/run_tick_in.sh index 14e465d..1166e3c 100644 --- a/run_tick_in.sh +++ b/run_tick_in.sh @@ -1,8 +1,12 @@ #!/bin/bash +# Token Options: +TESTING_25=6766805c466e61b446bf91d5 +M_BHANDARI=698c1b9ca11d1ac65ec23c28 + # Use this to run the microservice without any docker setup. 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 # All done: