From b1c92e09707a423b7b5b01ccb60ba59a91d9f055 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Jun 2026 03:52:44 -0700 Subject: fix env var naming for CRA --- .env.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.env.template') diff --git a/.env.template b/.env.template index 1329a29..d4dc824 100644 --- a/.env.template +++ b/.env.template @@ -1,3 +1,3 @@ SERVER_PORT=3001 -HEARDLE_SALT="changeme" -API_URL="http://localhost:3001" +REACT_APP_HEARDLE_SALT="changeme" +REACT_APP_API_URL="http://localhost:3001" -- cgit v1.2.3