forked from BasedHardware/omi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.prod.template
More file actions
42 lines (38 loc) · 1.2 KB
/
Copy path.env.prod.template
File metadata and controls
42 lines (38 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Production reference — DO NOT USE LOCALLY
#
# Production Cloud Run / GKE services receive env vars from deployment config
# and GCP Secret Manager. This file documents required keys only.
#
# Never commit backend/.env.prod or put production secrets on a laptop.
# Never set OMI_ENV_STAGE=prod for local development.
# OMI_ENV_STAGE=prod
# ENVIRONMENT=production
# --- Firebase / GCP (production — reference values only) ---
# FIREBASE_PROJECT_ID=based-hardware
# FIREBASE_AUTH_DOMAIN=based-hardware.firebaseapp.com
# GOOGLE_APPLICATION_CREDENTIALS=(injected by Cloud Run / workload identity)
# FIRESTORE_DATABASE_ID=(default)
# --- API URLs (production) ---
# BASE_API_URL=https://api.omi.me
# API_BASE_URL=https://api.omi.me
# --- Provider / infra (production secret manager — DO NOT fill locally) ---
# ENCRYPTION_SECRET=
# ADMIN_KEY=
# OPENAI_API_KEY=
# DEEPGRAM_API_KEY=
# ANTHROPIC_API_KEY=
# GEMINI_API_KEY=
# REDIS_DB_HOST=
# REDIS_DB_PORT=6379
# REDIS_DB_PASSWORD=
# PINECONE_API_KEY=
# PINECONE_INDEX_NAME=
# TYPESENSE_HOST=
# TYPESENSE_HOST_PORT=
# TYPESENSE_API_KEY=
# FIREBASE_API_KEY=
# STRIPE_API_KEY=
# STRIPE_WEBHOOK_SECRET=
# STRIPE_CONNECT_WEBHOOK_SECRET=
# GOOGLE_CLIENT_ID=
# GOOGLE_CLIENT_SECRET=