2024-05-07 02:22:08 +03:00
|
|
|
[
|
|
|
|
{
|
2024-07-26 21:48:59 +03:00
|
|
|
"process_name": "blog",
|
|
|
|
"process_wasm_path": "/blog.wasm",
|
2024-05-07 02:22:08 +03:00
|
|
|
"on_exit": "Restart",
|
|
|
|
"request_networking": false,
|
|
|
|
"request_capabilities": [
|
|
|
|
"homepage:homepage:sys",
|
2024-07-16 19:00:06 +03:00
|
|
|
"http_client:distro:sys"
|
2024-05-07 02:22:08 +03:00
|
|
|
],
|
|
|
|
"grant_capabilities": [
|
|
|
|
"http_client:distro:sys",
|
|
|
|
"timer:distro:sys"
|
|
|
|
],
|
|
|
|
"public": false
|
2024-07-26 21:48:59 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"process_name": "globe",
|
|
|
|
"process_wasm_path": "/globe.wasm",
|
|
|
|
"on_exit": "None",
|
|
|
|
"request_networking": false,
|
|
|
|
"request_capabilities": [
|
|
|
|
"homepage:homepage:sys",
|
|
|
|
"http_client:distro:sys"
|
|
|
|
],
|
|
|
|
"grant_capabilities": [
|
|
|
|
"http_client:distro:sys"
|
|
|
|
],
|
|
|
|
"public": false
|
2024-05-07 02:22:08 +03:00
|
|
|
}
|
|
|
|
]
|