mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
serverless README cleanups, wrangler.toml is gitignored
This commit is contained in:
12
serverless/cloudflare/wrangler.toml.example
Normal file
12
serverless/cloudflare/wrangler.toml.example
Normal file
@@ -0,0 +1,12 @@
|
||||
name = "pmtiles-cloudflare"
|
||||
main = "src/index.ts"
|
||||
compatibility_date = "2022-10-18"
|
||||
minify = true
|
||||
|
||||
r2_buckets = [
|
||||
{ binding = "BUCKET", preview_bucket_name = "my-bucket-development", bucket_name = "my-bucket-production" }
|
||||
]
|
||||
|
||||
[vars]
|
||||
# ALLOWED_ORIGINS = "http://localhost:8000"
|
||||
# CACHE_MAX_AGE = 86400
|
||||
Reference in New Issue
Block a user