aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-06-03 10:30:26 -0700
committerPinapelz <yukais@pinapelz.com>2026-06-03 10:30:26 -0700
commitece68c2492481afc37250c99440c6bfc5af6ad53 (patch)
treef819791e70f4afabb465c66ceee0ca465f1412c1
parent49e4d279c560c5204d6f0fb961e899a0a314a81f (diff)
fix: env template var name
-rw-r--r--.env.template2
1 files changed, 1 insertions, 1 deletions
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"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage