return config(application).then(app => {
    return database(app);
  }).then(app => {
    return sessions(app);
  }).then(app => {