georgematheos / vs-app-backend

Other
0 stars 0 forks source link

Loading config twice #8

Open georgematheos opened 7 years ago

georgematheos commented 7 years ago

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).