Skip to content

Commit 1491c7a

Browse files
committed
rename placeholders for consistency with UI
1 parent d1981a3 commit 1491c7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/logger/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ yarn install
1313
Then, run the development server with `LOGTAIL_SOURCE_TOKEN` and `LOGTAIL_URL` environment variable:
1414

1515
```bash
16-
LOGTAIL_SOURCE_TOKEN=<source-token> LOGTAIL_URL=<ingesting-host> npm run dev
16+
LOGTAIL_SOURCE_TOKEN=<source_token> LOGTAIL_URL=<ingestion_host> npm run dev
1717
# or
18-
LOGTAIL_SOURCE_TOKEN=<source-token> LOGTAIL_URL=<ingesting-host> yarn dev
18+
LOGTAIL_SOURCE_TOKEN=<source_token> LOGTAIL_URL=<ingestion_host> yarn dev
1919
```
2020

21-
_Don't forget to replace `<source-token>` and `<ingesting-host>` with your actual source token and ingesting host which you can find by going to **[Sources](https://telemetry.betterstack.com/team/0/sources) -> Configure** in Better Stack._
21+
_Don't forget to replace `<source_token>` and `<ingestion_host>` with your actual source token and ingesting host which you can find by going to **[Sources](https://telemetry.betterstack.com/team/0/sources) -> Configure** in Better Stack._
2222

2323
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
2424

@@ -33,9 +33,9 @@ These endpoints can be edited in `pages/api/`.
3333
If you are using port 3000 for some other application, you can use a different port by running e.g.:
3434

3535
```bash
36-
LOGTAIL_SOURCE_TOKEN=<source-token> LOGTAIL_URL=<ingesting-host> PORT=3001 npm run dev
36+
LOGTAIL_SOURCE_TOKEN=<source_token> LOGTAIL_URL=<ingestion_host> PORT=3001 npm run dev
3737
# or
38-
LOGTAIL_SOURCE_TOKEN=<source-token> LOGTAIL_URL=<ingesting-host> PORT=3001 yarn dev
38+
LOGTAIL_SOURCE_TOKEN=<source_token> LOGTAIL_URL=<ingestion_host> PORT=3001 yarn dev
3939
```
4040

4141
## Learn More

0 commit comments

Comments
 (0)