Skip to content

Commit

Permalink
Added custom domain example to wrangler.toml.example (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: yurhasko <[email protected]>
  • Loading branch information
yurhasko authored Jan 15, 2025
1 parent fa531b3 commit 5586e2d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion wrangler.toml.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name = "r2-registry"

workers_dev = true
# Custom Cloudflare domain for worker:
# routes = [
# { pattern = "your.custom.domain", custom_domain = true }
# ]

workers_dev = true #set to false to disable the default Worker domain (applicable only if custom domain is used instead)
main = "./index.ts"
compatibility_date = "2024-09-09"
compatibility_flags = ["nodejs_compat"]
Expand Down

0 comments on commit 5586e2d

Please sign in to comment.