breaking: remove POSTGRES prefix env variables in favor of DATABASE prefix (#8672)

This commit is contained in:
Harminder Virk
2024-08-20 17:05:19 +05:30
committed by GitHub
parent cfdd056d70
commit 5f310c0a00
7 changed files with 38 additions and 46 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ npm install @medusajs/product
2\. Add Database URL to your environment variables
```bash
POSTGRES_URL=<DATABASE_URL>
DATABASE_URL=<URL_GOES_HERE>
```
3\. Apply database migrations