File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ component = "hello"
1111
1212[component .hello ]
1313source = " target/spin-outbound-http.wasm"
14- allowed_http_hosts = [" random-data-api.fermyon.app" ]
14+ allowed_outbound_hosts = [" https:// random-data-api.fermyon.app" ]
1515files = [" src/index.js" ]
1616[component .hello .build ]
1717command = " npm run build"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ component = "planetscale"
1111
1212[component .planetscale ]
1313source = " target/spin-planetscale.wasm"
14- allowed_http_hosts = [" aws.connect.psdb.cloud" ]
14+ allowed_outbound_hosts = [" https:// aws.connect.psdb.cloud" ]
1515files = [" src/index.js" ]
1616[component .planetscale .build ]
1717command = " npm run build"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ component = "hello"
1414
1515[component .hello ]
1616source = " target/spin-outbound-http.wasm"
17- allowed_http_hosts = [" random-data-api.fermyon.app" ]
17+ allowed_outbound_hosts = [" https:// random-data-api.fermyon.app" ]
1818[component .hello .variables ]
1919message = " I'm a {{object}}"
2020[component .hello .build ]
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ component = "hello"
1111
1212[component .hello ]
1313source = " target/spin-outbound-mysql.wasm"
14- allowed_outbound_hosts = [" mysql://127.0.0.1:3306 " ]
14+ allowed_outbound_hosts = [" mysql://127.0.0.1" ]
1515[component .hello .build ]
1616command = " npm run build"
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ component = "hello"
1111
1212[component .hello ]
1313source = " target/spin-outbound-pg.wasm"
14- allowed_outbound_hosts = [" localhost:5432 " ]
14+ allowed_outbound_hosts = [" postgres://localhost " ]
1515[component .hello .build ]
1616command = " npm run build"
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ component = "hello"
1111
1212[component .hello ]
1313source = " target/spin-outbound-redis.wasm"
14- allowed_outbound_hosts = [" redis://localhost:6379 " ]
14+ allowed_outbound_hosts = [" redis://localhost" ]
1515[component .hello .build ]
1616command = " npm run build"
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ component = "planetscale"
1111
1212[component .planetscale ]
1313source = " target/spin-planetscale.wasm"
14- allowed_http_hosts = [" aws.connect.psdb.cloud" ]
14+ allowed_outbound_hosts = [" https:// aws.connect.psdb.cloud" ]
1515[component .planetscale .build ]
1616command = " npm run build"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ component = "test-app"
1313[component .test-app ]
1414source = " target/spin-http-js.wasm"
1515files = [{ source = " src/" , destination = " /" }, ]
16- allowed_http_hosts = [" http://localhost:3000" ]
16+ allowed_outbound_hosts = [" http://localhost:3000" ]
1717sqlite_databases = [" default" ]
1818[component .test-app .build ]
1919command = " npm run build"
You can’t perform that action at this time.
0 commit comments