mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
21 lines
451 B
TOML
21 lines
451 B
TOML
name = "paseo-relay"
|
|
account_id = "10ed39a1dbf316e30abd0c409bed40d6"
|
|
main = "src/cloudflare-adapter.ts"
|
|
compatibility_date = "2024-12-01"
|
|
|
|
routes = [{ pattern = "relay.paseo.sh", custom_domain = true }]
|
|
|
|
[observability]
|
|
enabled = true
|
|
|
|
[vars]
|
|
PASEO_RELAY_UPSTREAM = "https://paseo-relay-next.fly.dev"
|
|
|
|
[[durable_objects.bindings]]
|
|
name = "RELAY"
|
|
class_name = "RelayDurableObject"
|
|
|
|
[[migrations]]
|
|
tag = "v1"
|
|
new_sqlite_classes = ["RelayDurableObject"]
|