diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-03 10:30:26 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-03 10:30:26 -0700 |
| commit | ece68c2492481afc37250c99440c6bfc5af6ad53 (patch) | |
| tree | f819791e70f4afabb465c66ceee0ca465f1412c1 /.env.template | |
| parent | 49e4d279c560c5204d6f0fb961e899a0a314a81f (diff) | |
fix: env template var name
Diffstat (limited to '.env.template')
| -rw-r--r-- | .env.template | 2 |
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" |
