From e546ebd3ddbefcadc25f5911de06e30c46cdbf98 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Thu, 27 Feb 2025 23:54:53 +0800 Subject: [PATCH] docs: update README to include environment variable setup instructions --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bd4ca3b..bf8c673 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,15 @@ To install pnpm, run: npm install -g pnpm@9.15.4 ``` +### Setup Environtment + +You'll need to set the following environment variables to connect to your backend: + +```bash +VITE_API_URL: The domain or IP address of your backend server (e.g., http://localhost:3000, http://127.0.0.1:8080, or the actual backend server URL). +VITE_SALT_KEY: The salt key that used for hashing the secret variable. +``` + ### Installation Install the dependencies: