manifest.template 277 B

1234567891011
  1. # the executable to run
  2. # loader.exec = file:./HelloWorld
  3. # debug type: inline|file|none
  4. # loader.debug_type = inline
  5. # loader.debug_file = <URI>
  6. # allow to bind on port 8000
  7. net.allow_bind.1 = 127.0.0.1:8000
  8. # allow to connect to port 8000
  9. net.allow_peer.1 = 127.0.0.1:8000