Skip to content

Commit da7fde0

Browse files
committed
fix outbound url for upstash
Signed-off-by: karthik2804 <[email protected]>
1 parent 1d147ab commit da7fde0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/upstash/qstash/spin.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ component = "qstash"
1313
[component.qstash]
1414
source = "dist/qstash.wasm"
1515
exclude_files = ["**/node_modules"]
16+
allowed_outbound_hosts = ["https://qstash.upstash.io:443"]
1617
[component.qstash.build]
1718
command = ["npm install", "npm run build"]
18-
watch = ["src/**/*.ts"]
19+
watch = ["src/**/*.ts"]

examples/upstash/vector/spin.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ component = "vector"
1313
[component.vector]
1414
source = "dist/vector.wasm"
1515
exclude_files = ["**/node_modules"]
16+
allowed_outbound_hosts = ["https://*.upstash.io"]
1617
[component.vector.build]
1718
command = ["npm install", "npm run build"]
18-
watch = ["src/**/*.ts"]
19+
watch = ["src/**/*.ts"]

0 commit comments

Comments
 (0)