Skip to content

Commit 2a7ef6b

Browse files
committed
update readme
1 parent 75f6af4 commit 2a7ef6b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ Deploy the Tinybird and Next.js to the cloud to get started quickly.
1818

1919
Append the `tinybird/fixtures/logs.ndjson` file to the `logs` Data Source or stream some mock data.
2020

21+
Configure Environment Variables and you are ready to go:
22+
23+
```bash
24+
NEXT_PUBLIC_TINYBIRD_API_KEY=<YOUR_TINYBIRD_ADMIN_TOKEN>
25+
NEXT_PUBLIC_TINYBIRD_API_URL=<YOUR_TINYBIRD_REGION_HOST>
26+
```
27+
2128
## Local Development
2229

2330
Get started by forking the [GitHub repository](https://github.com/tinybirdco/logs-explorer-template) and then customizing it to your needs.

tinybird/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Deploy the Tinybird project to the cloud:
1515

1616
```bash
1717
cd tinybird
18-
tb --cloud deploy --auto --wait
18+
tb --cloud deploy
1919
```
2020

2121
## Customization

0 commit comments

Comments
 (0)