Files
everyone-can-use-english/entry/wrangler.toml
2024-07-18 18:00:08 +09:00

15 lines
268 B
TOML

name = "1000h-entry"
main = "index.js"
workers_dev = false
compatibility_date = "2023-03-23"
routes = ["1000h.org/*"]
services = [
{ binding = "vtp", service = "1000h-vtp" },
{ binding = "portal", service = "1000h-portal" },
]
[vars]
HOST = "https://1000h.org"