rename api url env variable

This commit is contained in:
Nathaniel Tampus
2023-02-20 21:58:30 +08:00
parent e7fec4fe78
commit 44d95f526e

View File

@@ -49,7 +49,7 @@ You may create a `.env` file in each package directory to set their environment
client: client:
```env ```env
API_URL=http://localhost:3001 # replace with backend URL NEXT_PUBLIC_API_URL=http://localhost:3001 # replace with backend URL
``` ```
server: server: