Skip to content

Commit 3d75da3

Browse files
AnnatarHeclaude
andcommitted
fix(docs): correct default grpcPort value to 54027
The default grpcPort is 54027, not 4317, as defined in model/config.go 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5a2d694 commit 3d75da3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/CONFIG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,13 @@ The modern approach using OpenTelemetry gRPC passthrough:
252252
| Option | Type | Default | Description |
253253
|--------|------|---------|-------------|
254254
| `ccotel.enabled` | boolean | `false` | Enable OTEL collection |
255-
| `ccotel.grpcPort` | integer | `4317` | gRPC server port |
255+
| `ccotel.grpcPort` | integer | `54027` | gRPC server port |
256256
| `ccotel.debug` | boolean | `false` | Write debug files |
257257

258258
```toml
259259
[ccotel]
260260
enabled = true
261-
grpcPort = 4317 # Standard OTEL port
261+
grpcPort = 54027 # Default ShellTime OTEL port
262262
debug = false # Set true to debug issues
263263
```
264264

@@ -391,7 +391,7 @@ delete = false
391391
# --- Claude Code Integration ---
392392
[ccotel]
393393
enabled = false
394-
grpcPort = 4317
394+
grpcPort = 54027
395395
debug = false
396396

397397
[ccusage]

0 commit comments

Comments
 (0)