You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
410 B
22 lines
410 B
name = "worker-planet"
|
|
type = "webpack"
|
|
account_id = ""
|
|
workers_dev = true
|
|
route = ""
|
|
zone_id = ""
|
|
|
|
kv_namespaces = [
|
|
{ binding = "WORKER_PLANET_STORE", id = "", preview_id = "" }
|
|
]
|
|
|
|
[vars]
|
|
FEEDS = ""
|
|
MAX_SIZE = 50
|
|
TITLE = "ADD_YOUR_TITLE_HERE"
|
|
DESCRIPTION = "ADD_YOUR_DESCRIPTION_HERE"
|
|
CUSTOM_URL = "URL_TO_BE_DISPLAYED_ON_RSS_FEED"
|
|
CACHE_MAX_AGE = "NUMBER_OF_SECONDS"
|
|
|
|
[triggers]
|
|
crons = ["0 */2 * * *"]
|