File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,12 @@ VRAMHUB_R2_SECRET_ACCESS_KEY=
3131VRAMHUB_SEAL_KEY_SERVER_IDS = 0x73d05d62c18d9374e3ea529e8e0ed6161da1a141a94d3f76ae3fe4e99356db75,0xf5d14a81a982144ae441cd7d64b09027f116a468bd36e7eca494f750591623c8
3232VRAMHUB_SEAL_THRESHOLD = 2
3333
34- # ── Nitro Enclave (production only) ───────────────────────────────────────────
34+ # ── Mode ──────────────────────────────────────────────────────────────────────
35+ # VRAMHUB_TEST_MODE=true → testnet only, no enclave needed (any Linux VPS)
36+ # VRAMHUB_NITRO_ENCLAVE=true → production, requires AWS Nitro EC2
37+ VRAMHUB_TEST_MODE = true # set false when you have a Nitro enclave
38+
39+ # ── Nitro Enclave (production only — ignored when TEST_MODE=true) ─────────────
3540VRAMHUB_NITRO_ENCLAVE = false # set true on real AWS Nitro EC2
3641VRAMHUB_ENCLAVE_PUBKEY = # hex Ed25519 pubkey from register-enclave
3742VRAMHUB_ENCLAVE_OBJECT_ID = # on-chain enclave object ID
You can’t perform that action at this time.
0 commit comments