Fix route in wrangler.toml

This commit is contained in:
Tony Giorgio
2023-02-18 12:12:43 -06:00
parent ed837c03cb
commit ea051a4a43

View File

@@ -2,13 +2,13 @@ name = "blastr"
main = "build/worker/shim.mjs"
compatibility_date = "2022-01-20"
routes = [
{ pattern = "nostr.mutinywallet.com", zone_id = "2b9268714ce8d1c4431e8046d4ba55d3" } # replace with your info
]
[vars]
WORKERS_RS_VERSION = "0.0.11"
routes = [
{ pattern = "nostr.mutinywallet.com", zone_id = "mutiny-waitlist.workers.dev" } # replace with your info
]
[[queues.producers]]
queue = "nostr-events-pub"
binding = "nostr-events-pub"