worker-planet/wrangler.toml.example

22 lines
450 B
Plaintext
Raw Permalink Normal View History

2021-04-25 21:25:37 +02:00
name = "worker-planet"
main = "./worker/script.js"
compatibility_date = "2023-05-18"
node_compat = true
2021-04-25 21:25:37 +02:00
account_id = ""
workers_dev = true
kv_namespaces = [
{ binding = "WORKER_PLANET_STORE", id = "", preview_id = "" }
]
[vars]
FEEDS = ""
MAX_SIZE = 50
TITLE = "ADD_YOUR_TITLE_HERE"
DESCRIPTION = "ADD_YOUR_DESCRIPTION_HERE"
2021-05-16 21:00:47 +02:00
CUSTOM_URL = "URL_TO_BE_DISPLAYED_ON_RSS_FEED"
CACHE_MAX_AGE = "NUMBER_OF_SECONDS"
2021-04-25 21:25:37 +02:00
[triggers]
crons = ["0 */2 * * *"]