-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy path.env.example
More file actions
28 lines (22 loc) · 1.12 KB
/
.env.example
File metadata and controls
28 lines (22 loc) · 1.12 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
### REQUIRED: Fill in the following values with your API keys. If you don't have an API key for a service, you can leave it empty, but some features may not work.
OPENAI_API_KEY=
ELEVENLABS_API_KEY=
### OPTIONAL: If you want to use Reuters content API, fill in the following values. Otherwise, you can leave them empty.
REUTERS_CLIENT_ID=
REUTERS_CLIENT_SECRET=
REUTERS_AUDIENCE=
REUTERS_GRANT_TYPE=client_credentials
REUTERS_SCOPE=
### OPTIONAL: If you want to use AP API, fill in the following values. Otherwise, you can leave them empty.
AP_API_KEY=
### OPTIONAL: Hotspot model inference (default model is public and works without a token).
HOTSPOT_MODEL_ID=sch-ai/detr-hotspot
### Leave the following values as they are for local development. You can change them if you want to deploy the application to a different environment.
APP_BASE_URL=http://127.0.0.1:8001
CORS_ALLOW_ORIGINS=http://127.0.0.1:3000,http://localhost:3000
PROJECTS_ROOT=projects
CONFIG_ROOT=brands
MINIMAL_DATA_API_URL=http://127.0.0.1:8001
NEXT_PUBLIC_CMS_BASE_URL=http://127.0.0.1:3000
MINIMAL_FILE_BASE_URL=http://127.0.0.1:8001
MINIMAL_PREWARM_REMOTION_BUNDLE=true