diff --git a/local-development.mdx b/local-development.mdx index 92a7a65..2d9b51c 100644 --- a/local-development.mdx +++ b/local-development.mdx @@ -541,6 +541,7 @@ To run end-to-end tests locally, you'll need to configure additional environment E2E_TOKEN_MEMBER=your_token_here E2E_TOKEN_OLD=your_token_here E2E_PUBLISHABLE_KEY=your_token_here + E2E_DATABASE_URL="mysql://root:@localhost:3306/planetscale" ```