Subham9126 commited on
Commit
b129f96
·
verified ·
1 Parent(s): 46ac5e1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY n8n-task-runners.json /etc/n8n-task-runners.json
13
 
14
  # 3. Connection Settings
15
  # Replace 'your-user' and 'n8n-main-space' with your actual HF details
16
- ENV N8N_RUNNERS_AUTH_TOKEN=your_secure_random_token_here \
17
  N8N_RUNNERS_TASK_BROKER_URI=https://your-user-n8n-main-space.hf.space \
18
  N8N_RUNNERS_CONFIG_FILE=/etc/n8n-task-runners.json
19
 
 
13
 
14
  # 3. Connection Settings
15
  # Replace 'your-user' and 'n8n-main-space' with your actual HF details
16
+ ENV N8N_RUNNERS_AUTH_TOKEN=test \
17
  N8N_RUNNERS_TASK_BROKER_URI=https://your-user-n8n-main-space.hf.space \
18
  N8N_RUNNERS_CONFIG_FILE=/etc/n8n-task-runners.json
19