-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.env.production
More file actions
46 lines (38 loc) · 1.06 KB
/
.env.production
File metadata and controls
46 lines (38 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
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
# ManimCat production environment template
# Runtime
NODE_ENV=production
PORT=3000
LOG_LEVEL=info
PROD_SUMMARY_LOG_ONLY=true
# Redis
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_DB=0
# REDIS_PASSWORD=
# Recommended server-side upstream routing
# One Bearer key mapped to one upstream profile.
MANIMCAT_ROUTE_KEYS=demo-key
MANIMCAT_ROUTE_API_URLS=https://api.example.com/v1
MANIMCAT_ROUTE_API_KEYS=sk-example
MANIMCAT_ROUTE_MODELS=gpt-4o-mini
# Optional AI tuning
# AI_TEMPERATURE=0.7
# AI_MAX_TOKENS=12000
# AI_THINKING_TOKENS=20000
# DESIGNER_TEMPERATURE=0.8
# DESIGNER_MAX_TOKENS=12000
# DESIGNER_THINKING_TOKENS=20000
# Optional media / retention
# MEDIA_RETENTION_HOURS=72
# MEDIA_CLEANUP_INTERVAL_MINUTES=60
# JOB_RESULT_RETENTION_HOURS=24
# USAGE_RETENTION_DAYS=90
# Optional history persistence
# ENABLE_HISTORY_DB=true
# SUPABASE_URL=https://your-project.supabase.co
# SUPABASE_KEY=your-supabase-key
# Optional Studio persistence
# ENABLE_STUDIO_DB=true
# Optional render-failure export
# ENABLE_RENDER_FAILURE_LOG=true
# ADMIN_EXPORT_TOKEN=replace_with_long_random_token