From 5dd00baf5dfb0e1923e4dbd2e79e07b4918f3576 Mon Sep 17 00:00:00 2001 From: Piotr Sarna Date: Fri, 13 Oct 2023 11:32:16 +0200 Subject: [PATCH] docs: add a wildcard domain mention to the user guide While testing multitenancy, it's more convenient to use a wildcard domain rather than edit /etc/hosts manually. --- docs/USER_GUIDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/USER_GUIDE.md b/docs/USER_GUIDE.md index 21a666d7..d9ac3108 100644 --- a/docs/USER_GUIDE.md +++ b/docs/USER_GUIDE.md @@ -230,3 +230,9 @@ For example, if you have the following entries in your `/etc/hosts` file: You can access `db1` with the `http://db1.local:8080`URL and `db2` with `http://db2.local:8080`. The database files for the databases are stored in `/dbs/db1` and `