github.com/fastly/cli@v1.7.2-0.20240304164155-9d0f1d77c3bf/pkg/config/testdata/static/config.toml (about) 1 config_version = 1 2 3 [fastly] 4 api_endpoint = "https://api.fastly.com" 5 6 [cli] 7 remote_config = "https://developer.fastly.com/api/internal/cli-config" 8 ttl = "5m" 9 10 [language] 11 [language.rust] 12 toolchain_constraint = ">= 1.49.0 < 2.0.0" 13 wasm_wasi_target = "wasm32-wasi" 14 15 [starter-kits] 16 [[starter-kits.assemblyscript]] 17 name = "Default" 18 description = "A basic starter kit that demonstrates routing, simple synthetic responses and overriding caching rules." 19 path = "https://github.com/fastly/compute-starter-kit-assemblyscript-default" 20 [[starter-kits.javascript]] 21 name = "Default" 22 description = "A basic starter kit that demonstrates routing and simple synthetic responses." 23 path = "https://github.com/fastly/compute-starter-kit-javascript-default" 24 [[starter-kits.rust]] 25 name = "Default" 26 description = "A basic starter kit that demonstrates routing, simple synthetic responses and overriding caching rules." 27 path = "https://github.com/fastly/compute-starter-kit-rust-default" 28 [[starter-kits.rust]] 29 name = "Beacon" 30 description = "Capture beacon data from the browser, divert beacon request payloads to a log endpoint, and avoid putting load on your own infrastructure." 31 path = "https://github.com/fastly/compute-starter-kit-rust-beacon-termination" 32 [[starter-kits.rust]] 33 name = "Static" 34 description = "Apply performance, security and usability upgrades to static bucket services such as Google Cloud Storage or AWS S3." 35 path = "https://github.com/fastly/compute-starter-kit-rust-static-content"