Skip to content

Commit 8bb6a23

Browse files
committed
feat: filter draft products
1 parent ba71202 commit 8bb6a23

File tree

5 files changed

+18
-22584
lines changed

5 files changed

+18
-22584
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ NEXT_PUBLIC_MEDUSA_BACKEND_URL=http://localhost:9000
55
NEXT_PUBLIC_BASE_URL=http://localhost:8000
66

77
# Posgres URL for your Medusa DB for the Product Module. See - https://docs.medusajs.com/modules/products/serverless-module
8-
PRODUCT_POSTGRES_URL=postgres://postgres:postgres@localhost:5432/medusa-store
8+
PRODUCT_POSTGRES_URL=postgres://postgres:postgres@localhost:5432/medusa
99

1010
# Your Stripe public key. See – https://docs.medusajs.com/add-plugins/stripe
1111
NEXT_PUBLIC_STRIPE_KEY=

0 commit comments

Comments
 (0)