Skip to content

Commit

Permalink
Merge pull request #397 from cklm/patch-2
Browse files Browse the repository at this point in the history
docs: clarify how the list of allowed-origins should look
  • Loading branch information
dunglas committed Nov 23, 2020
2 parents 1fe0a34 + e99346b commit fb289f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hub/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ When using environment variables, list must be space separated. As flags paramet
| `cert_file` | a cert file (to use a custom certificate) | |
| `key_file` | a key file (to use a custom certificate) | |
| `compress` | Use HTTP compression | `false` |
| `cors_allowed_origins` | a list of allowed CORS origins, can be `*` for all | |
| `cors_allowed_origins` | a space-separated list of allowed CORS origins, can be `*` for all | |
| `debug` | debug mode, **dangerous, don't enable in production** (logs updates' content, why an update is not send to a specific subscriber and recovery stack traces) | `false` |
| `demo` | demo mode (automatically enabled when `debug` is `true`) | `false` |
| `dispatch_timeout` | maximum duration of the dispatch of a single update, set to `0s` to disable | `5s` |
Expand Down

0 comments on commit fb289f4

Please sign in to comment.