Skip to content

Commit b7f2f62

Browse files
author
User
committed
feat: add VRAMHUB_TEST_MODE — run on any Linux VPS without Nitro enclave
1 parent 63cd52a commit b7f2f62

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.env.example

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ VRAMHUB_R2_SECRET_ACCESS_KEY=
3131
VRAMHUB_SEAL_KEY_SERVER_IDS=0x73d05d62c18d9374e3ea529e8e0ed6161da1a141a94d3f76ae3fe4e99356db75,0xf5d14a81a982144ae441cd7d64b09027f116a468bd36e7eca494f750591623c8
3232
VRAMHUB_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) ─────────────
3540
VRAMHUB_NITRO_ENCLAVE=false # set true on real AWS Nitro EC2
3641
VRAMHUB_ENCLAVE_PUBKEY= # hex Ed25519 pubkey from register-enclave
3742
VRAMHUB_ENCLAVE_OBJECT_ID= # on-chain enclave object ID

0 commit comments

Comments
 (0)