diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-03 03:52:44 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-03 03:52:44 -0700 |
| commit | b1c92e09707a423b7b5b01ccb60ba59a91d9f055 (patch) | |
| tree | e15dbca0f613f1fff6b6761772fc69b47a3e3412 /.env.template | |
| parent | 6c2f3296295b7b1f02ef24846db0640401101b20 (diff) | |
fix env var naming for CRA
Diffstat (limited to '.env.template')
| -rw-r--r-- | .env.template | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
