mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-13 14:48:22 +03:00
21 lines
482 B
JSON
21 lines
482 B
JSON
|
[
|
||
|
{
|
||
|
"process_name": "app_tracker",
|
||
|
"process_wasm_path": "app_tracker.wasm",
|
||
|
"on_panic": "Restart",
|
||
|
"request_networking": true,
|
||
|
"request_messaging": [
|
||
|
"http_bindings",
|
||
|
"terminal",
|
||
|
"filesystem",
|
||
|
"http_server",
|
||
|
"http_client",
|
||
|
"encryptor",
|
||
|
"net",
|
||
|
"vfs",
|
||
|
"kernel",
|
||
|
"eth_rpc"
|
||
|
],
|
||
|
"grant_messaging": []
|
||
|
}
|
||
|
]
|