Skip to content

Commit 60f18be

Browse files
committed
fix(.env): add SIMULATE_ATTESTATION env variable
1 parent 70ee027 commit 60f18be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# GEMINI API key
22
GEMINI_API_KEY=YOUR_API_KEY
33

4+
# Simulating attestation (pre-TEE deployment)
5+
SIMULATE_ATTESTATION=false
6+
47
# For TEE deployment only
58
TEE_IMAGE_REFERENCE=ghcr.io/flare-foundation/flare-ai-rag:main
69
INSTANCE_NAME=PROJECT_NAME-TEAM-_NAME

0 commit comments

Comments
 (0)