Add supabase db url to env template

This commit is contained in:
Karli
2025-07-09 08:35:16 +03:00
parent ddef587abf
commit 1b6791f376

View File

@@ -4,6 +4,6 @@ AUTH_CORS=http://localhost:5173,http://localhost:9000,https://docs.medusajs.com
REDIS_URL=redis://localhost:6379 REDIS_URL=redis://localhost:6379
JWT_SECRET=supersecret JWT_SECRET=supersecret
COOKIE_SECRET=supersecret COOKIE_SECRET=supersecret
DATABASE_URL= DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:54322/postgres
DB_NAME=medusa-v2 DB_NAME=medusa-v2
POSTGRES_URL= POSTGRES_URL=