Configuration
Configure your Worker project with various features and customizations.
- Bindings: Interact with storage and other resources on the Cloudflare Developer Platform.
 - Compatibility dates: Opt into a specific version of the Workers runtime for your Workers project.
 - Cron Triggers: Enable your Worker to be executed on a schedule.
 - Deploy button: Deploy an application from a set of ready-made Cloudflare templates or make deploy buttons for your own applications to make sharing your work easier.
 - Deployments: View a log of and rollback to past versions of your Worker.
 - Environment variables: Attach text strings and JSON values as environment variables to your Worker.
 - Integrations: Integrate with third-party services and products.
 - Page Rules: Review the interaction between various Page Rules and Workers.
 - Routing: Connect your Worker to an external endpoint (via Routes, Custom Domains or a 
workers.devsubdomain) such that it can be accessed by the Internet. - Secrets: Store sensitive information, like API keys and auth tokens, in your Worker.
 - Smart Placement (beta): Speed up your Worker application by automatically placing your workloads in an optimal location that minimizes latency.
 - Workers Sites: Use Cloudflare Pages for hosting fullstack applications instead of Workers Sites. Do not use Workers Sites for new projects.