Files
workers-graphql-server/wrangler.toml.example
2019-06-05 09:03:49 -05:00

8 lines
162 B
Plaintext

name = "workers-graphql"
type = "webpack"
private = false
route = "yoururl.com/*"
account_id = "abc123"
zone_id = "def456"
kv-namespaces = ["GRAPHQL_ON_WORKERS"]