Skip to content

Commit

Permalink
Update config.md
Browse files Browse the repository at this point in the history
Specify how to list allowed origins
  • Loading branch information
cklm committed Nov 23, 2020
1 parent 1fe0a34 commit e99346b
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 e99346b

Please sign in to comment.