-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (30 loc) · 1.45 KB
/
Copy path.env.example
File metadata and controls
36 lines (30 loc) · 1.45 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
# Qdrant vector store URL (default: http://localhost:6333)
# QDRANT_URL=http://localhost:6333
# Ollama embedding server URL (default: http://localhost:11434)
# In Docker, use host.docker.internal to reach the host machine
# OLLAMA_URL=http://localhost:11434
# Ollama embedding model (default: embeddinggemma:300m, 768-dim)
# Alternative: nomic-embed-text (also 768-dim, faster on CPU)
# OLLAMA_MODEL=embeddinggemma:300m
# Port for the MCP Streamable HTTP server (optional; when set, starts HTTP transport alongside Phoenix)
# MCP_HTTP_PORT=3002
# Host directory to mount as /workspace inside the container (Docker only)
# WORKSPACE=~/Documents
# WORKSPACE_HOST=/Users/yourname/Documents
# Optional additional workspace mounts (up to 5 total) for projects scattered
# across different locations. Each numbered slot needs both the host dir
# (WORKSPACE_N) and the matching host-path prefix (WORKSPACE_HOST_N) so the
# container can translate full host paths back to /workspaceN.
# WORKSPACE_2=~/GolandProjects
# WORKSPACE_HOST_2=/Users/yourname/GolandProjects
# WORKSPACE_3=~/WebstormProjects
# WORKSPACE_HOST_3=/Users/yourname/WebstormProjects
# WORKSPACE_4=~/PyCharmProjects
# WORKSPACE_HOST_4=/Users/yourname/PyCharmProjects
# WORKSPACE_5=~/Documents/clients
# WORKSPACE_HOST_5=/Users/yourname/Documents/clients
# Phoenix Dashboard configuration
PORT=4100
# DOMAIN=yourdomain.com
# SECRET_KEY_BASE=run_mix_phx_gen_secret
# LIVE_VIEW_SIGNING_SALT=run_mix_phx_gen_secret_for_this_too