Skip to content

Commit

Permalink
Fix env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Volara committed Sep 30, 2024
1 parent c43a10d commit fed697d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-proof.manifest.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sgx.max_threads = 4
loader.env.COOKIES = { passthrough = true }
loader.env.VOLARA_API_KEY = { passthrough = true }
loader.env.FILE_ID = { passthrough = true }
loader.env.MINER
loader.env.MINER_ADDRESS = { passthrough = true }

# Gramine gives a warning that allowed_files is not safe in production, but it
# should generally be fine for our use case which inherently assumes that input
Expand Down

0 comments on commit fed697d

Please sign in to comment.