From a01ee468401c9161ed0483b1950246961f1c8e00 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Wed, 22 Feb 2023 12:36:41 -0500 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eca5f4..7eee421 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ 1. Saves index ### Multi-tenant -1. Change url to have a `/{tenant}/ path part just after the host, for example `https://trog.bigcavemaps.com/public/search`, or `https://trog.bigcavemaps.com/vpi/search` +1. Change url to have a `/{tenant}/` path part just after the host, for example `https://trog.bigcavemaps.com/public/search`, or `https://trog.bigcavemaps.com/vpi/search` 1. During document indexing, each document has a list of tenants. During search, only documents owned by a given tenant are returned. 1. Each path has its own password, specified in a hash format as env vars, eg `VPI_PASSWORD=asdf`, `PUBLIC_PASSWORD=`. 1. The `public` tenant is all documents that are allowed to be public.