From 080d6166301430bf19dca6cdb7efab6bee51d243 Mon Sep 17 00:00:00 2001 From: austinkelsay Date: Tue, 18 Mar 2025 10:40:42 -0500 Subject: [PATCH] Extra dot in default in case it causes error for local dev --- .env.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.local b/.env.local index 9744173..b116c20 100644 --- a/.env.local +++ b/.env.local @@ -30,7 +30,7 @@ NEXT_PUBLIC_PROXY_URL="http://localhost:3000/api/image-proxy" NEXT_PUBLIC_DISCOUNT_CODE="..." -NEXT_PUBLIC_COURSE_PASS="..." +NEXT_PUBLIC_COURSE_PASS="...." REDIS_URL="redis://localhost:6379"