-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
22 lines (18 loc) · 923 Bytes
/
Copy pathenv.example
File metadata and controls
22 lines (18 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# OpenCode sandbox version overrides
# This file is sourced by the Makefile. Values here override defaults.
# Copy this file to .env and adjust as needed: cp .env.example .env
# OPENCODE_VERSION is derived from package.json by default;
# set it here only to override for testing or custom builds.
# Engram MCP version — used to download the engram binary in the Dockerfile
ENGRAM_VERSION=1.20.0
# Lemonade server hostname (used for --add-host mapping in docker run)
# Override to use a different hostname for the --add-host mapping
LEMONADE_HOST ?= lemonade.example.com
# IP address to map LEMONADE_HOST to (leave empty to skip --add-host)
HOST_LEMONADE ?=
# Test target hostname (used by test.sh for screenshot tests)
TARGET=example.com
# OpenCode server credentials (used by the 'server' target)
# Defaults to current user's name if not set
OPENCODE_SERVER_USERNAME ?= opencode
OPENCODE_SERVER_PASSWORD ?= changeme