From cf37d7371c940147f8bfdacdff22af507efb83d8 Mon Sep 17 00:00:00 2001 From: supalerk-ar66 Date: Thu, 5 Feb 2026 11:06:31 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9C=E0=B8=A5=E0=B8=AD=E0=B8=97?= =?UTF-8?q?=E0=B8=B3=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B9=81=E0=B8=81=E0=B9=89?= =?UTF-8?q?=E0=B9=84=E0=B8=82=E0=B9=84=E0=B8=9F=E0=B8=A5=E0=B9=8C=E0=B8=95?= =?UTF-8?q?=E0=B8=AD=E0=B8=99=E0=B8=99=E0=B8=B5=E0=B9=89=E0=B9=81=E0=B8=81?= =?UTF-8?q?=E0=B9=89=E0=B8=81=E0=B8=A5=E0=B8=B1=E0=B8=9A=E0=B9=81=E0=B8=A5?= =?UTF-8?q?=E0=B9=89=E0=B8=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/development_setup.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/development_setup.md b/docs/development_setup.md index 27ac412b..21b1a52c 100644 --- a/docs/development_setup.md +++ b/docs/development_setup.md @@ -294,17 +294,16 @@ curl http://192.168.1.100:9000/minio/health/live ```env # API Configuration -NUXT_PUBLIC_API_BASE=http://localhost:4000/api +NEXT_PUBLIC_API_URL=http://localhost:4000/api NEXT_PUBLIC_WS_URL=ws://localhost:4000 # MinIO/S3 Configuration -NUXT_PUBLIC_S3_ENDPOINT=http://192.168.1.100:9000 -NUXT_PUBLIC_S3_BUCKET=courses - +NEXT_PUBLIC_S3_ENDPOINT=http://192.168.1.100:9000 +NEXT_PUBLIC_S3_BUCKET=courses # App Configuration -NUXT_PUBLIC_APP_NAME=E-Learning Platform -NUXT_PUBLIC_APP_URL=http://localhost:3000 +NEXT_PUBLIC_APP_NAME=E-Learning Platform +NEXT_PUBLIC_APP_URL=http://localhost:3000 ``` **Start Command**: @@ -325,17 +324,16 @@ yarn dev ```env # API Configuration -NUXT_PUBLIC_API_BASE=http://localhost:4000/api +NEXT_PUBLIC_API_URL=http://localhost:4000/api NEXT_PUBLIC_WS_URL=ws://localhost:4000 # MinIO/S3 Configuration -NUXT_PUBLIC_S3_ENDPOINT=http://192.168.1.100:9000 -NUXT_PUBLIC_S3_BUCKET=courses - +NEXT_PUBLIC_S3_ENDPOINT=http://192.168.1.100:9000 +NEXT_PUBLIC_S3_BUCKET=courses # App Configuration -NUXT_PUBLIC_APP_NAME=E-Learning Admin -NUXT_PUBLIC_APP_URL=http://localhost:3001 +NEXT_PUBLIC_APP_NAME=E-Learning Admin +NEXT_PUBLIC_APP_URL=http://localhost:3001 ``` **package.json** (modify dev script):