-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.template
More file actions
22 lines (18 loc) · 762 Bytes
/
.env.template
File metadata and controls
22 lines (18 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ImagentJ Docker Environment Variables
# Copy this file to .env and fill in your values:
# cp .env.template .env
# Required: pick one
OPENAI_API_KEY=your-openai-api-key-here
OPEN_ROUTER_API_KEY=your-openrouter-api-key-here
# For reporting issues directly
GMAIL_APP_PASSWORD=sntt iusy rddg mtoi
# Security: VNC password (recommended if exposing to network)
# Leave empty for no password (only safe for localhost access)
# VNC_PASSWORD=your-secure-password-here
# Optional: LangSmith tracing
# LANGSMITH_API_KEY=your-langsmith-api-key-here
# LANGSMITH_TRACING=true
# LANGSMITH_ENDPOINT=https://api.smith.langchain.com
# LANGSMITH_PROJECT=your-project-name-here
# Optional: path to image data directory (bind-mounted into container)
# IMAGE_DATA_DIR=./data