Enhance the config schema to support multiple environments. Each environment contains a set of configuration parameters. ``` elasticsearch: dev: host: elk-dev port: 9222 production: host: elk-prod port: 9200 ```