docs: change supabase database url format (#7036)

This commit is contained in:
Shahed Nasser
2024-04-15 10:35:58 +03:00
committed by GitHub
parent 0c12d7e7d7
commit ed0313adef

View File

@@ -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:<password>@<host>.supabase.co:5432/postgres
npx create-medusa-app@latest --db-url "postgres://postgres.<host>:<password>@aws-0-eu-central-1.pooler.supabase.com:5432/postgres"
```
:::note