github.com/fastly/cli@v1.7.2-0.20240304164155-9d0f1d77c3bf/pkg/config/testdata/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 last_checked = "2021-06-18T15:13:34+01:00" 10 version = "0.0.1" 11 12 [language] 13 [language.rust] 14 toolchain_constraint = ">= 1.49.0 < 2.0.0" 15 wasm_wasi_target = "wasm32-wasi" 16 17 [starter-kits] 18 [[starter-kits.assemblyscript]] 19 name = "Default" 20 description = "A basic starter kit that demonstrates routing, simple synthetic responses and overriding caching rules." 21 path = "https://github.com/fastly/compute-starter-kit-assemblyscript-default" 22 [[starter-kits.javascript]] 23 name = "Default" 24 description = "A basic starter kit that demonstrates routing and simple synthetic responses." 25 path = "https://github.com/fastly/compute-starter-kit-javascript-default" 26 [[starter-kits.rust]] 27 name = "Default" 28 description = "A basic starter kit that demonstrates routing, simple synthetic responses and overriding caching rules." 29 path = "https://github.com/fastly/compute-starter-kit-rust-default" 30 [[starter-kits.rust]] 31 name = "Beacon" 32 description = "Capture beacon data from the browser, divert beacon request payloads to a log endpoint, and avoid putting load on your own infrastructure." 33 path = "https://github.com/fastly/compute-starter-kit-rust-beacon-termination" 34 [[starter-kits.rust]] 35 name = "Static" 36 description = "Apply performance, security and usability upgrades to static bucket services such as Google Cloud Storage or AWS S3." 37 path = "https://github.com/fastly/compute-starter-kit-rust-static-content"