From 1ccd3e4123856dbab2a834e9f030d5ef0033a288 Mon Sep 17 00:00:00 2001 From: alrocar Date: Mon, 20 Jan 2025 20:16:49 +0100 Subject: [PATCH] add tinybird local container tip --- local-development.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/local-development.mdx b/local-development.mdx index 05a96bc..7c9b7e4 100644 --- a/local-development.mdx +++ b/local-development.mdx @@ -136,6 +136,10 @@ Next, you'll need to set up the [Tinybird](https://tinybird.co) Clickhouse datab Copy your `admin` [Auth Token](https://www.tinybird.co/docs/concepts/auth-tokens.html). Paste this token as the `TINYBIRD_API_KEY` environment variable in your `.env` file. + + Alternatively, you can set up a [local Tinybird container](https://www.tinybird.co/docs/cli/local-container) for local development. + + @@ -268,7 +272,7 @@ Prerequisites: Add the following credentials to your `.env` file: ``` - PLANETSCALE_DATABASE_URL="http://root:unused@localhost:3900" + PLANETSCALE_DATABASE_URL="http://root:unused@localhost:3900/planetscale" DATABASE_URL="mysql://root:@localhost:3306/planetscale" ```