Files
lda-wf/examples/browser_click_workflow/wf.config.json
T

34 lines
589 B
JSON

{
"version": 1,
"client": {
"target": {
"kind": "rpc_http",
"url": "http://127.0.0.1:8772/rpc",
"timeout_seconds": 30
}
},
"server": {
"store": {
"kind": "filesystem",
"root": ".wf_browser_click_store"
},
"transports": [
{
"kind": "rpc_http",
"host": "127.0.0.1",
"port": 8772,
"path": "/rpc"
}
],
"sources": [
{
"kind": "python",
"id": "local.browser_click",
"path": ".",
"module": "ops",
"registry": "registry"
}
]
}
}