An independent OctaneConfig struct that can be used separately from the app structure and then be appended to it. Note**: If you won't push the independently made config then the configurations won't take place, make sure to push them to the main server struct like the following ```no_run use octane::Octane; use octane::config::OctaneConfig; let mut app = Octane::new(); let mut config = OctaneC
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected