Extra dot in default in case it causes error for local dev

This commit is contained in:
austinkelsay 2025-03-18 10:40:42 -05:00
parent c80722a3c1
commit 080d616630

View File

@ -30,7 +30,7 @@ NEXT_PUBLIC_PROXY_URL="http://localhost:3000/api/image-proxy"
NEXT_PUBLIC_DISCOUNT_CODE="..." NEXT_PUBLIC_DISCOUNT_CODE="..."
NEXT_PUBLIC_COURSE_PASS="..." NEXT_PUBLIC_COURSE_PASS="...."
REDIS_URL="redis://localhost:6379" REDIS_URL="redis://localhost:6379"