|
|
@ -79,7 +79,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
winston.info('test_database flushed');
|
|
|
|
winston.info('test_database flushed');
|
|
|
|
/*
|
|
|
|
|
|
|
|
meta.configs.init(function () {
|
|
|
|
meta.configs.init(function () {
|
|
|
|
nconf.set('url', nconf.get('base_url') + (nconf.get('use_port') ? ':' + nconf.get('port') : '') + nconf.get('relative_path'));
|
|
|
|
nconf.set('url', nconf.get('base_url') + (nconf.get('use_port') ? ':' + nconf.get('port') : '') + nconf.get('relative_path'));
|
|
|
|
nconf.set('base_templates_path', path.join(nconf.get('themes_path'), 'nodebb-theme-vanilla/templates'));
|
|
|
|
nconf.set('base_templates_path', path.join(nconf.get('themes_path'), 'nodebb-theme-vanilla/templates'));
|
|
|
@ -90,8 +90,7 @@
|
|
|
|
sockets.init(webserver.server);
|
|
|
|
sockets.init(webserver.server);
|
|
|
|
|
|
|
|
|
|
|
|
done();
|
|
|
|
done();
|
|
|
|
});*/
|
|
|
|
});
|
|
|
|
done();
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|