File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ Each edge compute node:
50
50
### Network Diagram
51
51
```
52
52
┌─────────────────────────────────────────────────────────────────┐
53
- │ bacalhau-edge Network │
54
- │ │
53
+ │ bacalhau-edge Network │
54
+ │ │
55
55
│ ┌─────────────┐ ┌──────────────┐ ┌──────────────┐ │
56
56
│ │ │ │ │ │ │ │
57
57
│ │ Orchestrator│◄───────┤ Edge Compute ├────►│ Web Services │ │
@@ -74,7 +74,7 @@ Each edge compute node:
74
74
│ │ SQS Puller │ │
75
75
│ │ │ │
76
76
│ └──────────────┘ │
77
- │ │
77
+ │ │
78
78
└─────────────────────────────────────────────────────────────────┘
79
79
```
80
80
Original file line number Diff line number Diff line change 13
13
entryModule : /app/modules/publisher.wasm
14
14
entrypoint : " _start"
15
15
parameters :
16
- - " --proxy={{.proxy_url }}"
16
+ - " --proxy={{.proxy }}"
17
17
inputSources :
18
18
- source :
19
19
type : localDirectory
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ AWS_ACCESS_KEY_ID=your_access_key
3
3
AWS_SECRET_ACCESS_KEY=your_secret_key
4
4
5
5
# SQS Configuration
6
- SQS_QUEUE_URL=your-queue-name
6
+ SQS_QUEUE_URL=your-queue-url
You can’t perform that action at this time.
0 commit comments