Files
PMTiles/serverless/cloudflare/wrangler.toml.example
Markus Wendorf dd8fdcd37d cache-control (#423)
Change CACHE_MAX_AGE to CACHE_CONTROL in AWS and Cloudflare
2024-07-09 10:11:33 +02:00

12 lines
321 B
Plaintext

name = "pmtiles-cloudflare"
main = "src/index.ts"
compatibility_date = "2022-10-18"
minify = false
r2_buckets = [
{ binding = "BUCKET", preview_bucket_name = "my-bucket-development", bucket_name = "my-bucket-production" }
]
[vars]
# ALLOWED_ORIGINS = "http://localhost:8000"
# CACHE_CONTROL = "public, max-age=86400"