Enhanced the user creation way.

This commit is contained in:
2025-04-06 12:11:43 +03:00
parent 91459ddabe
commit 9ffbe59356
3 changed files with 12 additions and 8 deletions

View File

@@ -111,8 +111,8 @@ During installation, you will be prompted to configure the following variables:
### 3. HAS_LOCAL_DBS
Determines how the middleware connects to databases:
- **Enter `0`** If the database is hosted on a remote server.
- **Enter `1`** If the database runs on the same machine.
- **Enter `0`** If all the databases are hosted on a remote server.
- **Enter `1`** If one or more of the database runs on the same machine.
> **Note:** By default, Docker containers operate on an isolated network. If your database is local, the middleware must be configured to run on the same network to ensure connectivity.