Skip to content

Commit

Permalink
Add additional environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Volara committed Sep 30, 2024
1 parent a0b8235 commit c43a10d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions my-proof.manifest.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ sgx.max_threads = 4
# Using { passthrough = true } allows values to be passed in from the Satya node's /RunProof endpoint
loader.env.COOKIES = { passthrough = true }
loader.env.VOLARA_API_KEY = { passthrough = true }
loader.env.FILE_ID = { passthrough = true }
loader.env.MINER

# 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 c43a10d

Please sign in to comment.