platform/workers/transactor-api-demo/wrangler.toml

16 lines
387 B
TOML
Raw Normal View History

#:schema node_modules/wrangler/config-schema.json
name = "cloud-transactor-api-demo"
main = "src/index.ts"
compatibility_date = "2024-09-23"
compatibility_flags = ["nodejs_compat"]
keep_vars = true
[vars]
ACCOUNTS_URL = "http://127.0.0.1:3000"
HTTP_API_URL = "http://127.0.0.1:4040"
[[services]]
binding = "TRANSACTOR_SERVICE"
service = "cloud-transactor"
entrypoint = "TransactorRpc"