Skip to content

Commit a07e55a

Browse files
committed
fix(env): remove OPEN_ROUTER_API_KEY
1 parent 736dc1a commit a07e55a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.env.example

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

4-
# OpenRouter API key
5-
OPEN_ROUTER_API_KEY=YOUR_API_KEY
6-
74
# For TEE deployment only
85
TEE_IMAGE_REFERENCE=ghcr.io/flare-foundation/flare-ai-rag:main
96
INSTANCE_NAME=PROJECT_NAME-TEAM-_NAME

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ COPY nginx.conf /etc/nginx/sites-enabled/default
5252
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
5353

5454
# Allow workload operator to override environment variables
55-
LABEL "tee.launch_policy.allow_env_override"="GEMINI_API_KEY,OPEN_ROUTER_API_KEY"
55+
LABEL "tee.launch_policy.allow_env_override"="GEMINI_API_KEY"
5656
LABEL "tee.launch_policy.log_redirect"="always"
5757

5858
EXPOSE 80

0 commit comments

Comments
 (0)