fix: all redis urls correct

This commit is contained in:
Sebastian Rindom
2020-09-01 12:54:00 +02:00
parent 105e0231dc
commit 473d7025df

View File

@@ -58,7 +58,7 @@ export default async ({ directory: rootDirectory, expressApp }) => {
const dbConnection = await mongooseLoader({ container, configModule })
Logger.info("MongoDB Intialized")
await expressLoader({ app: expressApp })
await expressLoader({ app: expressApp, configModule })
Logger.info("Express Intialized")
await passportLoader({ app: expressApp, container })