# the executable to run # loader.exec = file:./HelloWorld # debug type: inline|file loader.debug_type = inline # debug as file # loader.debug_file = fs.mount.root.uri = file: # allow to bind on port 8000 net.allow_bind.1 = 127.0.0.1:8000 # allow to connect to port 8000 net.allow_peer.1 = 127.0.0.1:8000 sgx.allowed_files.tmp1 = file:file_exist.tmp sgx.allowed_files.tmp2 = file:../regression/file_exist.tmp sgx.allowed_files.tmp3 = file:file_nonexist.tmp sgx.allowed_files.tmp4 = file:file_delete.tmp