summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrdrogdrog2020-11-15 20:03:09 +0100
committerGitHub2020-11-15 20:03:09 +0100
commitd10c13e842bb1ecb3fb91a130281bab1583ba5ab (patch)
tree130f87088f98fcee0763218bea0e08905f2d7287
parenta9026e0ec05abb72cad607a22f388aa22beca652 (diff)
Update docs/configuration.md
Co-authored-by: Erik Michelson <github@erik.michelson.eu>
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 528e8675..197a2ca0 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -67,7 +67,7 @@ these are rarely used for various reasons.
| `protocolUseSSL` | `CMD_PROTOCOL_USESSL` | **`false`** or `true` | set to use SSL protocol for resources path (only applied when domain is set) |
| `useSSL` | | **`false`** or `true` | set to use SSL server (if `true`, will auto turn on `protocolUseSSL`) |
| `urlAddPort` | `CMD_URL_ADDPORT` | **`false`** or `true` | set to add port on callback URL (ports `80` or `443` won't be applied) (only applied when domain is set) |
-| `allowOrigin` | `CMD_ALLOW_ORIGIN` | **`['localhost']`**, `['hedgedoc.org']`, `[localhost, hedgedoc.org]` | domain name whitelist (use comma to separate) |
+| `allowOrigin` | `CMD_ALLOW_ORIGIN` | **`['localhost']`**, `['hedgedoc.org']`, `['localhost', 'hedgedoc.org']` | domain name whitelist (use comma to separate) |
## Web security aspects