File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,13 @@ Deploy the Tinybird and Next.js to the cloud to get started quickly.
1818
1919Append 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
2330Get started by forking the [ GitHub repository] ( https://github.com/tinybirdco/logs-explorer-template ) and then customizing it to your needs.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Deploy the Tinybird project to the cloud:
1515
1616``` bash
1717cd tinybird
18- tb --cloud deploy --auto --wait
18+ tb --cloud deploy
1919```
2020
2121## Customization
You can’t perform that action at this time.
0 commit comments