Skip to content

Commit 7f8031f

Browse files
ihabadhamclaude
andcommitted
Document RENDERER_PORT, LOG_LEVEL, WORKERS_COUNT in .env.example
app.yml and the renderer launcher read three additional env vars that .env.example didn't mention, leaving developers with no single place to see which renderer knobs exist. Add them commented-out with their defaults and brief descriptions. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7254b1a commit 7f8031f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.env.example

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,14 @@ RENDERER_PASSWORD=
99

1010
# Node renderer endpoint. Defaults to http://localhost:3800.
1111
# RENDERER_URL=http://localhost:3800
12+
13+
# Port the Node renderer listens on. Defaults to 3800.
14+
# RENDERER_PORT=3800
15+
16+
# Log verbosity for the Node renderer (debug, info, warn, error).
17+
# Defaults to info.
18+
# RENDERER_LOG_LEVEL=info
19+
20+
# Number of renderer worker processes. `0` is single-process mode, useful
21+
# for local debugging. Defaults to 3; the app's CI workflow caps to 2.
22+
# RENDERER_WORKERS_COUNT=3

0 commit comments

Comments
 (0)