From 44d95f526e443c539009868f17467f2f8b8153f9 Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Mon, 20 Feb 2023 21:58:30 +0800 Subject: [PATCH] rename api url env variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2de6e11..f7517a4 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ You may create a `.env` file in each package directory to set their environment client: ```env -API_URL=http://localhost:3001 # replace with backend URL +NEXT_PUBLIC_API_URL=http://localhost:3001 # replace with backend URL ``` server: