mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-12 06:33:46 +03:00
26 lines
685 B
JSON
26 lines
685 B
JSON
[
|
|
{
|
|
"process_name": "main",
|
|
"process_wasm_path": "/app_store.wasm",
|
|
"on_exit": "Restart",
|
|
"request_networking": true,
|
|
"request_messaging": [
|
|
"terminal:terminal:uqbar",
|
|
"filesystem:sys:uqbar",
|
|
"http_server:sys:uqbar",
|
|
"http_client:sys:uqbar",
|
|
"encryptor:sys:uqbar",
|
|
"net:sys:uqbar",
|
|
"vfs:sys:uqbar",
|
|
"kernel:sys:uqbar",
|
|
"eth_rpc:sys:uqbar",
|
|
{
|
|
"process": "vfs:sys:uqbar",
|
|
"params": {
|
|
"root": true
|
|
}
|
|
}
|
|
],
|
|
"public": false
|
|
}
|
|
] |