diff --git a/README.md b/README.md index f0ec122..35e6f7e 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Edit the `.env` file with your Tinybird API key and other configuration. ```bash NEXT_PUBLIC_TINYBIRD_API_KEY= -NEXT_PUBLIC_TINYBIRD_API_URL=http://localhost +NEXT_PUBLIC_TINYBIRD_API_URL=http://localhost:7181 ``` Start the Next.js application: @@ -110,7 +110,7 @@ Deploy the Tinybird project to the cloud: ```bash cd tinybird -tb --cloud deploy --auto --wait +tb --cloud deploy ``` Once deployed copy your Tinybird cloud host and `read_pipes` token, [deploy the Next.js application to Vercel](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Ftinybirdco%2Flogs-explorer-template&project-name=tinybird-logs-explorer-template&repository-name=tinybird-logs-explorer-template&demo-description=Custom%20logs%20explorer%20for%20your%20application%20logs%20using%20Tinybird&demo-url=http%3A%2F%2Flogs.tinybird.app&demo-image=//github.com/tinybirdco/logs-explorer-template/blob/main/dashboard/log-analyzer/public/banner.png?raw=true&root-directory=dashboard&integration-ids=oac_uoH2YyxhaS1H6UYvtuRbRbDY) and configure the environment variables.