2023-09-16 14:50:55 -04:00
|
|
|
name = "linkie"
|
|
|
|
main = "src/index.js"
|
2023-09-16 22:55:17 -04:00
|
|
|
workers_dev = true # used for test.py
|
2023-09-16 23:34:03 -04:00
|
|
|
compatibility_date = "2023-09-04"
|
2023-09-16 17:01:36 -04:00
|
|
|
routes = [
|
|
|
|
{ pattern = "s.aly.pet", custom_domain = true }
|
|
|
|
]
|
2023-09-16 14:50:55 -04:00
|
|
|
kv_namespaces = [
|
2023-09-16 23:34:03 -04:00
|
|
|
{ binding = "KV", id = "7214e776a3da4ccd9f9fe5b6c3d3f781", preview_id = "a36f8dde95cb46d988812e051729fbe8" },
|
|
|
|
{ binding = "AUTH", id = "6cea477e20a44fb5933482255fc77447", preview_id = "1cd25bb358194925ad1ba2cf163c80c0" }
|
2023-09-16 14:50:55 -04:00
|
|
|
]
|
2023-09-17 03:18:07 -04:00
|
|
|
r2_buckets = [
|
|
|
|
{ binding = "FILES", bucket_name = "files", preview_bucket_name = "files-preview" }
|
|
|
|
]
|
|
|
|
|
2023-09-16 16:34:37 -04:00
|
|
|
[vars]
|
|
|
|
REDIR_URL = "https://aly-smith.carrd.co/"
|
2023-09-18 00:47:08 -04:00
|
|
|
|
|
|
|
[[analytics_engine_datasets]]
|
|
|
|
binding = "METRICS"
|