Right now both the root feathers app and the api feathers app load the config separately, directly from the file. Not a huge deal, but at some point we should probably make it so we only have to load the config once (probably in the root app) and pass the relevant sections to the other feathers app (probably the api app).
Right now both the root feathers app and the api feathers app load the config separately, directly from the file. Not a huge deal, but at some point we should probably make it so we only have to load the config once (probably in the root app) and pass the relevant sections to the other feathers app (probably the api app).