From cf3d60ffb79547cb1ccdabe7b1ec4d25f52eedf6 Mon Sep 17 00:00:00 2001 From: Syed Ali Date: Sat, 21 Dec 2024 17:05:12 +0530 Subject: [PATCH] Initial commit --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index e3738b03..0b2499b0 100644 --- a/.env.template +++ b/.env.template @@ -4,6 +4,6 @@ AUTH_CORS=http://localhost:5173,http://localhost:9000,https://docs.medusajs.com REDIS_URL=redis://localhost:6379 JWT_SECRET=supersecret COOKIE_SECRET=supersecret -DATABASE_URL= +DATABASE_URL==postgresql://postgres:syedali@localhost:5432/medusa DB_NAME=medusa-v2 POSTGRES_URL= \ No newline at end of file