16 lines
349 B
TOML
16 lines
349 B
TOML
name = "insights-saladeaula-digital"
|
|
compatibility_date = "2025-04-04"
|
|
main = "./workers/app.ts"
|
|
routes = [
|
|
{ pattern = "insights.saladeaula.digital", custom_domain = true }
|
|
]
|
|
|
|
[placement]
|
|
mode = "smart"
|
|
|
|
[vars]
|
|
ISSUER_URL = "https://duiolq49qn25e.cloudfront.net"
|
|
VALUE_FROM_CLOUDFLARE = "Hello from Cloudflare"
|
|
|
|
[observability.logs]
|
|
enabled = true |