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