From 1b6791f3767a93b61b4d8f65c331886c441ce4b5 Mon Sep 17 00:00:00 2001 From: Karli Date: Wed, 9 Jul 2025 08:35:16 +0300 Subject: [PATCH] Add supabase db url to env template --- .env.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.template b/.env.template index e3738b0..ee0b691 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:postgres@127.0.0.1:54322/postgres DB_NAME=medusa-v2 -POSTGRES_URL= \ No newline at end of file +POSTGRES_URL=