mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-22 16:11:38 +03:00
18 lines
449 B
JSON
18 lines
449 B
JSON
|
[
|
||
|
{
|
||
|
"process_name": "ndns_indexer",
|
||
|
"process_wasm_path": "/ndns_indexer.wasm",
|
||
|
"on_exit": "Restart",
|
||
|
"request_networking": false,
|
||
|
"request_capabilities": [
|
||
|
"eth:sys:nectar",
|
||
|
"http_server:sys:nectar",
|
||
|
"net:sys:nectar"
|
||
|
],
|
||
|
"grant_capabilities": [
|
||
|
"eth:sys:nectar",
|
||
|
"http_server:sys:nectar"
|
||
|
],
|
||
|
"public": false
|
||
|
}
|
||
|
]
|