From dd1c540a61d4ddf7d896b7c3584775edec9184fd Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Wed, 8 Nov 2023 19:09:45 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11f0ff9..5968b3b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Create a file named `.env.local` in the current directory and copy the contents NEXT_PUBLIC_APP_ID= # APP API key NEXT_PUBLIC_APP_KEY= +# APP URL +NEXT_PUBLIC_API_URL= ``` Config more in `config/index.ts` file: