Files

12 lines
201 B
Markdown
Raw Permalink Normal View History

2026-06-01 23:40:55 +02:00
```bash title="Bash"
# Default: http://127.0.0.1:8000
kreuzberg serve
# Custom host and port
kreuzberg serve -H 0.0.0.0 -p 3000
# With configuration file
kreuzberg serve --config kreuzberg.toml
```