Skip to content

Commit 385ff31

Browse files
committed
Fix README rendering
1 parent 1b16bbb commit 385ff31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ _Note:_ Currently tobey supports only HTTP basic authentication.
8585

8686
```jsonc
8787
{
88-
"url": "https://example.org"
88+
"url": "https://example.org",
8989
"auth": [
90-
{ "host": "example.org", "method": "basic", username: "foo", "password": "secret" }
90+
{ "host": "example.org", "method": "basic", "username": "foo", "password": "secret" }
9191
]
9292
}
9393
```
@@ -302,7 +302,7 @@ example configuration.
302302
| `TOBEY_PROGRESS_DSN` | Service | `noop://` | `memory://`, `factorial://host:port`, `console://`, `noop://` | DSN for progress reporting service. |
303303
| `TOBEY_RESULT_REPORTER_DSN` | Service | `disk://results` | `disk:///path`, `webhook://host/path`, `noop://` | DSN specifying where crawl results should be stored. |
304304
| `TOBEY_TELEMETRY`, `-telemetry` | Service | empty | `metrics`, `traces`, `pulse` | Space separated list of what kind of telemetry is emitted. |
305-
| `-i` | CLI | empty | comma-separated paths, i.e. `/search`, `'*.pdf'`, `'*.(pdf|asc)'` | Paths to ignore during crawling. |
305+
| `-i` | CLI | empty | comma-separated paths, i.e. `/search`, `'*.pdf'`, `'*.(pdf\|asc)'` | Paths to ignore during crawling. |
306306
| `-oc` | CLI | `false` | `true`, `false` | Store response bodies directly on disk without JSON wrapper. |
307307

308308
_Note:_ When enabling telemetry ensure you are also providing [OpenTelemetry environment variables](https://opentelemetry.io/docs/languages/sdk-configuration/otlp-exporter/).

0 commit comments

Comments
 (0)