Move HTTP config into its own section
There are a fair amount of top-level config options that relate to http. It would be cleaner to have them in their own section. I think the complete list is:
- host
- port
- connectors
- enableCors
- corsAllowOrigin
To prevent breaking existing configs, we should just deprecate those top-level options while adding the new section. At some point in the future we can fully remove them.
⚠ This issue has been automatically marked as stale because it has not been updated for at least two months. If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open. This issue will automatically be closed in ten days if no further activity occurs. Thank you for all your contributions.