File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 11# GEMINI API key
22GEMINI_API_KEY = YOUR_API_KEY
33
4- # OpenRouter API key
5- OPEN_ROUTER_API_KEY = YOUR_API_KEY
6-
74# For TEE deployment only
85TEE_IMAGE_REFERENCE = ghcr.io/flare-foundation/flare-ai-rag:main
96INSTANCE_NAME = PROJECT_NAME-TEAM-_NAME
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ COPY nginx.conf /etc/nginx/sites-enabled/default
5252COPY 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"
5656LABEL "tee.launch_policy.log_redirect" ="always"
5757
5858EXPOSE 80
You can’t perform that action at this time.
0 commit comments