Skip to content

Commit b715b93

Browse files
authored
Document QWC_TENANT
1 parent 4b5a9ef commit b715b93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Environment variables
2121
| `JWT_ACCESS_COOKIE_NAME` | `access_token_cookie` | Name of the JWT access cookie. |
2222
| `QWC_SERVICE_PREFIX` | `` | URL path prefix for all QWC services for single-tenant setups. |
2323
| `OVERRIDE_ACCESS_COOKIE_PATH`| `<service_prefix>` | Path for which the access cookie is valid. |
24+
| `QWC_TENANT` | `` | Tenant name. Overrides the tenant name extracted from `TENANT_HEADER`. |
2425
| `TENANT_HEADER` | `<empty>` | The name of the HTTP header which contains the tenant name for multi-tenant setups. |
2526
| `TENANT_PATH_PREFIX` | `@service_prefix@/@tenant@` | URL path prefix for all QWC services for multi-tenant setups. |
2627
| `TENANT_ACCESS_COOKIE_PATH` | `<tenant_path_prefix>` | Path for which the access cookie is valid for multi-tenant setups. |

0 commit comments

Comments
 (0)