-
Notifications
You must be signed in to change notification settings - Fork 250
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) · 1.06 KB
/
Copy path.env.example
File metadata and controls
22 lines (17 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Local/Docker Postgres: postgresql://videoeditor:videoeditor@localhost:5432/videoeditor
# Supabase Session Pooler: postgresql://postgres.REF:password@aws-0-REGION.pooler.supabase.com:5432/postgres
DATABASE_URL=
DATABASE_SSL= # Set to "true" when using Supabase or any remote DB that requires SSL. Omit for local/Docker Postgres.
REDIS_URL= # redis://localhost:6379/0 (required for render queue)
BETTER_AUTH_SECRET= # openssl rand -hex 32
BETTER_AUTH_URL= # https://trykimu.com (production) or http://localhost:5173 (dev)
GOOGLE_CLIENT_ID= # Google OAuth client ID
GOOGLE_CLIENT_SECRET= # Google OAuth client secret
GEMINI_API_KEY=
# NODE_ENV=production # Set to "production" to disable uvicorn hot-reload
# Cloudflare R2 object storage
R2_ACCOUNT_ID= # From Cloudflare dashboard → R2 → Overview
R2_ACCESS_KEY_ID= # R2 API token access key
R2_SECRET_ACCESS_KEY= # R2 API token secret key
R2_ASSETS_BUCKET=
R2_RENDERS_BUCKET=