manifest.template 338 B

1234567891011121314
  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
  10. # allow files are newly created
  11. sgx.allow_file_creation = 1