fix(server) config

This commit is contained in:
coderaiser 2014-09-19 05:32:23 -04:00
parent f9bdcf825b
commit a59946d770

View file

@ -34,9 +34,9 @@
'0.0.0.0',
expressApp = express.getApp([middle], {
auth : config.auth,
username: config.username,
password: config.password
auth : config('auth'),
username: config('username'),
password: config('password')
});
if (expressApp)