Use lamassu-config@0.2.0

This commit is contained in:
Maciej Małecki 2014-04-04 05:35:21 +07:00
parent 063cb07777
commit 42b5a264fe
2 changed files with 2 additions and 2 deletions

View file

@ -78,6 +78,6 @@ config.load(function(err, conf) {
});
}
atm.init(app, conf.config, config, authMiddleware);
atm.init(app, conf, config, authMiddleware);
});