-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.sample
More file actions
27 lines (20 loc) · 1.08 KB
/
.env.sample
File metadata and controls
27 lines (20 loc) · 1.08 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
# GoReap Environment Variables
# Copy this file to .env and fill in your values:
# cp .env.sample .env
# Optional — Anthropic API key (alternative to OAuth sign-in)
# If not set, authenticate via Admin UI or: goreap auth opencode
#ANTHROPIC_API_KEY=
# Optional — Engine type: "opencode" (default)
#ENGINE_TYPE=opencode
# Optional — Path to config file inside the container
#CONFIG_PATH=/workspace/config.yaml
# Host path to your workspace directory (mounted as /workspace in Docker)
# MUST be an absolute path (e.g., /home/matt/.config/goreap/workspace)
# Relative paths and ~ won't work — REAPER needs the real host path for file output.
HOST_WORKSPACE_PATH=/home/user/.config/goreap/workspace
# Optional — Host path to REAPER projects directory (mounted read-only at /mnt/reaper)
#REAPER_PROJECTS_PATH=/path/to/reaper/projects
# Optional — Host path to sample library directory (mounted read-only at /mnt/samples)
#SAMPLES_PATH=/path/to/samples
# Optional — Hostname for OpenCode server (default: 127.0.0.1). Set it to 0.0.0.0 to allow external access.
#OPENCODE_HOSTNAME=0.0.0.0