Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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=
|
| 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 |
|