diff options
| -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" |
