From ed0313adef0795504a9038a1093a6251bd7ed464 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Mon, 15 Apr 2024 10:35:58 +0300 Subject: [PATCH] docs: change supabase database url format (#7036) --- www/apps/docs/content/create-medusa-app.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/docs/content/create-medusa-app.mdx b/www/apps/docs/content/create-medusa-app.mdx index 32758f7647..2631a49e3a 100644 --- a/www/apps/docs/content/create-medusa-app.mdx +++ b/www/apps/docs/content/create-medusa-app.mdx @@ -104,7 +104,7 @@ In your terminal, run the following command: If you want to connect to a Supabase database, you must use the `--db-url` option with its value being the connection URL to your Supabase database. For example: ```bash - npx create-medusa-app@latest --db-url postgresql://postgres:@.supabase.co:5432/postgres + npx create-medusa-app@latest --db-url "postgres://postgres.:@aws-0-eu-central-1.pooler.supabase.com:5432/postgres" ``` :::note