diff --git a/config.json b/config.json index 41915da..b2f5324 100644 --- a/config.json +++ b/config.json @@ -12,7 +12,7 @@ }, "worker": [ { - "topicId": 1, + "topicId": ###TOPIC###, "inferenceEntrypointName": "api-worker-reputer", "loopSeconds": 5, "parameters": { diff --git a/playbook.yaml b/playbook.yaml index db81dcf..5502b25 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -199,6 +199,7 @@ ./update.sh MNEMONIC "{{ mnemonic }}" ./update.sh RPC_URL "{{ rpc_url }}" ./update.sh TOKEN "{{ token }}" + ./update.sh TOPIC "{{ topic }}" ./update.sh TRAINING_DAYS "{{ training_days }}" ./update.sh TIMEFRAME "{{ timeframe }}" ./update.sh MODEL "{{ model }}"