mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-11 15:45:43 +00:00
16 lines
387 B
TOML
16 lines
387 B
TOML
![]() |
#: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"
|