-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathtemplate.env
56 lines (56 loc) · 1.47 KB
/
template.env
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
50
51
52
53
54
55
56
# Project Alice Environment Configuration
# MODEL API Keys (replace with your actual keys or use placeholders)
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
COHERE_API_KEY=
LLAMA_API_KEY=
GEMINI_API_KEY=
MISTRAL_API_KEY=
GROQ_API_KEY=
DEEPSEEK_API_KEY=
# OTHER
GOOGLE_CSE_ID=
GOOGLE_API_KEY=
GOOGLE_KNOWLEDGE_GRAPH_API_KEY=
REDDIT_CLIENT_ID=
REDDIT_CLIENT_SECRET=
EXA_API_KEY=
WOLFRAM_ALPHA_APP_ID=
# Add if using private models
HUGGINGFACE_TOKEN=
## System configuration
# --- No need to update the variables below ---
# DOCKER REGISTRY
REGISTRY_PATH=us-central1-docker.pkg.dev/alice-assistant-417621/project-alice-repo
VERSION=v0.3.4
# If you want to change any REACT_APP variable, you'll need to re-build the frontend image
REACT_APP_CHAR_TO_TOKEN=3.2
# Database Configuration
MONGODB_URI=mongodb://mongo/alice_database
# Port Configuration
FRONTEND_PORT=4000
FRONTEND_PORT_DOCKER=3000
REACT_APP_BACKEND_PORT=3000
REACT_APP_WORKFLOW_PORT=8000
BACKEND_PORT_DOCKER=3000
WORKFLOW_PORT_DOCKER=8000
# Host Configuration
REACT_APP_HOST=localhost
FRONTEND_HOST=frontend
REACT_APP_BACKEND_HOST=backend
REACT_APP_WORKFLOW_HOST=workflow
REACT_APP_DEPLOYMENT=local
# Logging Configuration
REACT_APP_LOG_LEVEL=INFO
LOGGING_FOLDER=logs
# Security
JWT_SECRET=your_very_long_and_secure_random_string_here
WORKFLOW_SERVICE_KEY=workflow_service_key
# ENV MODE
NODE_ENV=production
# OTHER
SHARED_UPLOAD_DIR=/app/shared-uploads
COMPOSE_PROJECT_DIR=.
# Optional OAUTH config
REACT_APP_GOOGLE_CLIENT_ID=
GOOGLE_OAUTH_CLIENT_SECRET=