From af221daff8502c6d04885ea157224997da4f48a6 Mon Sep 17 00:00:00 2001 From: joergmschulz Date: Mon, 21 Nov 2022 23:45:51 +0100 Subject: [PATCH] Readme: clarify no wildcards --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c832b6..14198f0 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Be sure to view the following repositories to understand all the customizable op | Parameter | Description | Default | | -------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ------------- | | `SETUP_TYPE` | Automatically generate configuration with defaults. Set to `MANUAL` and map the configuration file to use your own | `AUTO` | -| `ALLOWED_HOSTS` | Set which domains which can access service Seperate Multiple with `,` - Example: `https://www.example\.org` | `` | +| `ALLOWED_HOSTS` | Set which domains which can access service Seperate Multiple with `,` - Example: `https://www.example\.org` (no wildcards) | `` | | `EXTRA_OPTIONS` | If you want to pass additional arguments upon startup, add it here | `` | | `INTERFACE` | Web interface type `classic` or `notebookbar` | `notebookbar` | | `WATERMARK_OPACITY` | Watermark Opacity | `0.2` |