Implement a config file such as `config.json` or `config.yaml` that can pass options to the server such as; - port number - mongo hostname So far the following items have been completed; - [x] `config.json` created with template data - [ ] `config.yaml` created with template data - [x] Read the config data from the files. - [x] Create a template struct in Go.
Implement a config file such as
config.jsonorconfig.yamlthat can pass options to the server such as;So far the following items have been completed;
config.jsoncreated with template dataconfig.yamlcreated with template data