Skip to content

Instantly share code, notes, and snippets.

@BrooksCunningham
Last active November 22, 2021 14:38
Show Gist options
  • Select an option

  • Save BrooksCunningham/64d926f1872103d202f39907c984d2d7 to your computer and use it in GitHub Desktop.

Select an option

Save BrooksCunningham/64d926f1872103d202f39907c984d2d7 to your computer and use it in GitHub Desktop.
Example fastly.toml for local compute@edge development
[local_server]
[local_server.backends]
[local_server.backends.httpbin]
url = "https://httpbin.org"
[local_server.backends.google_dns]
url = "https://dns.google"
[local_server.backends.google_search]
url = "https://www.google.com"
[local_server.backends.bing_search]
url = "https://www.bing.com"
[local_server.backends.yandex_search]
url = "https://yandex.com"
[local_server.dictionaries]
[local_server.dictionaries.a]
format = "json"
file="./a.json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment