From ece68c2492481afc37250c99440c6bfc5af6ad53 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Jun 2026 10:30:26 -0700 Subject: fix: env template var name --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.template b/.env.template index d4dc824..4c497fa 100644 --- a/.env.template +++ b/.env.template @@ -1,3 +1,3 @@ SERVER_PORT=3001 REACT_APP_HEARDLE_SALT="changeme" -REACT_APP_API_URL="http://localhost:3001" +REACT_APP_HEARDLE_API_URL="http://localhost:3001" -- cgit v1.2.3