From c74acdfc4343e747cd583d4e9724078840734485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=91=A8=E9=83=A8=E8=90=BD?= Date: Tue, 5 Mar 2024 23:46:47 +0800 Subject: [PATCH] fix bug --- .config/devenv.yml | 4 ++++ dev/manually/README.md | 2 +- docs/install.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/devenv.yml b/.config/devenv.yml index e7c0c699b3..77d4ce66b6 100644 --- a/.config/devenv.yml +++ b/.config/devenv.yml @@ -15,6 +15,10 @@ redis: id: 'aid' +#allowedPrivateNetworks: [ +# '10.69.1.0/24' +#] + logLevel: [ 'error', 'success', diff --git a/dev/manually/README.md b/dev/manually/README.md index 5da28d68b9..df3359847e 100644 --- a/dev/manually/README.md +++ b/dev/manually/README.md @@ -6,7 +6,7 @@ For scenarios with special needs, you may want to manually create a development This article is written based on the Debian Bookworm. Other systems can refer to this article for deployment. However, it is recommended that new users use the same system or Docker environment as ours to avoid wasting time on environment configuration issues. -The versions of Node.js, Rust, PostgreSQL, DragonflyDB that come with Debian Bookworm are low or not have, the latest official versions of these components are used to install them. Other components are installed using the apt package manager that comes with the system. +The versions of Node.js, Rust, PostgreSQL that come with Debian Bookworm are low, the latest official versions of these components are used to install them. Other components are installed using the apt package manager that comes with the system. ## Allow `sudo` command diff --git a/docs/install.md b/docs/install.md index 2850febcb8..92886a1f1a 100644 --- a/docs/install.md +++ b/docs/install.md @@ -6,7 +6,7 @@ Hope this article can help you about install production environment. This article is written based on the Debian Bookworm. Other systems can refer to this article for deployment. However, it is recommended that new users use the same system or Docker environment as ours to avoid wasting time on environment configuration issues. -The versions of Node.js, Rust, PostgreSQL that come with Debian Bookworm are low, the latest official versions of these components are used to install them. Other components are installed using the apt package manager that comes with the system. +The versions of Node.js, Rust, PostgreSQL, DragonflyDB that come with Debian Bookworm are low or not have, the latest official versions of these components are used to install them. Other components are installed using the apt package manager that comes with the system. ## Allow `sudo` command