11 lines
271 B
TOML
11 lines
271 B
TOML
|
|
name = "trips-email-worker"
|
||
|
|
main = "worker.js"
|
||
|
|
compatibility_date = "2024-01-01"
|
||
|
|
|
||
|
|
[vars]
|
||
|
|
TRIPS_API_URL = "https://trips.quadjourney.com"
|
||
|
|
# FORWARD_TO = "yusuf@example.com" # Optional backup forwarding
|
||
|
|
|
||
|
|
# Add your API key as a secret:
|
||
|
|
# wrangler secret put TRIPS_API_KEY
|