From 3891dfb53c1918db14d2657aacb8793e700e9cda Mon Sep 17 00:00:00 2001 From: geffzhang Date: Thu, 15 Feb 2024 18:07:43 +0800 Subject: [PATCH] Update installation.md --- docs/quick-start/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start/installation.md b/docs/quick-start/installation.md index 4f6bb08b..d54d2f97 100644 --- a/docs/quick-start/installation.md +++ b/docs/quick-start/installation.md @@ -71,7 +71,7 @@ PS D:\> npm install PS D:\> npm run dev ``` -Update API url in `.env.local` to your localhost BotSharp backend service. +Update API url in `.env` to your localhost BotSharp backend service. ```config PUBLIC_SERVICE_URL=http://localhost:5500 PUBLIC_LIVECHAT_HOST=http://localhost:5015