-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
49 lines (44 loc) · 996 Bytes
/
.env.example
File metadata and controls
49 lines (44 loc) · 996 Bytes
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
43
44
45
46
47
48
49
# Backend
NOSANA_API_BASE=
NOSANA_API_KEY=
NOSANA_WORKER_IMAGE=
NOSANA_MARKET=
NOSANA_GPU_MODEL=3060
REDIS_URL=redis://localhost:6379/0
R2_ENDPOINT=
R2_BUCKET=
R2_ACCESS_KEY_ID=
R2_SECRET_ACCESS_KEY=
CALLBACK_BASE_URL=
CALLBACK_TOKEN=
LLM_API_BASE=
LLM_API_KEY=
LLM_TIMEOUT_SECONDS=20
LLM_MODEL_NAME=gemma-3-27b-it
SOLANA_RPC_URL=
USDC_MINT=
TREASURY_ADDRESS=
CREDITS_PROGRAM_ID=
SPENDER_KEYPAIR=
# Optional: comma-separated list of allowed frontend origins
# CORS_ORIGINS=http://localhost:3000,http://127.0.0.1:3000
# Worker overrides (optional)
LLM_API_BASE=
LLM_API_KEY=
LLM_TIMEOUT_SECONDS=20
LLM_MODEL_NAME=gemma-3-27b-it
# Render tuning (optional)
# RENDER_RESOLUTION=1080x1920
# RENDER_MAX_FPS=30
# RENDER_CRF=20
# RENDER_PRESET=veryfast
# Caption tuning (optional)
# CAPTION_FONT=Roboto
# CAPTION_FONT_SIZE=68
# CAPTION_MAX_CHARS=22
# CAPTION_MAX_LINES=3
# CAPTION_MARGIN_H=120
# CAPTION_MARGIN_V=140
# ASR_SKIP_SECOND_PASS=true
# Frontend
NEXT_PUBLIC_API_BASE=http://localhost:8000