Files
PMTiles/serverless/cloudflare/wrangler.toml.example
2024-09-30 15:22:50 +08:00

13 lines
359 B
Plaintext

name = "pmtiles-cloudflare"
main = "src/index.ts"
compatibility_date = "2024-09-02"
minify = false
r2_buckets = [
{ binding = "BUCKET", preview_bucket_name = "my-bucket-development", bucket_name = "my-bucket-production" }
]
[vars]
# change to https://example.com, etc. to limit CORS origins
ALLOWED_ORIGINS = "*"
# CACHE_CONTROL = "public, max-age=86400"