Process.manifest.template 315 B

123456789101112131415
  1. # the executable to run
  2. # loader.exec = file:./HelloWorld
  3. # debug type: inline|file
  4. loader.debug_type = inline
  5. # debug as file
  6. # loader.debug_file = <path>
  7. fs.mount.root.uri = file:
  8. # allow to bind on port 8000
  9. net.allow_bind.1 = 127.0.0.1:8000
  10. # allow to connect to port 8000
  11. net.allow_peer.1 = 127.0.0.1:8000