mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-28 05:35:35 +03:00
18 lines
447 B
JSON
18 lines
447 B
JSON
[
|
|
{
|
|
"process_name": "kns_indexer",
|
|
"process_wasm_path": "/kns_indexer.wasm",
|
|
"on_exit": "Restart",
|
|
"request_networking": false,
|
|
"request_capabilities": [
|
|
"eth:distro:sys",
|
|
"http_server:distro:sys",
|
|
"net:distro:sys"
|
|
],
|
|
"grant_capabilities": [
|
|
"eth:distro:sys",
|
|
"http_server:distro:sys"
|
|
],
|
|
"public": false
|
|
}
|
|
] |