typo
parent
8f84e250aa
commit
a01ee46840
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue