fxtwitter-docker/wrangler.example.toml
2023-10-30 18:09:34 -04:00

18 lines
No EOL
418 B
TOML

name = "fixtweet"
account_id = "[CLOUDFLARE_ACCOUNT_ID]"
main = "./dist/worker.js"
compatibility_date = "2023-08-15"
send_metrics = false
# Remove this if not using Cloudflare Analytics Engine
analytics_engine_datasets = [
{ binding = "AnalyticsEngine" }
]
# Remove this if not using elongator account proxying
services = [
{ binding = "TwitterProxy", service = "elongator" }
]
[build]
command = "npm run build"