@ -91,7 +91,8 @@ function start() {
nconf . set ( 'themes_dir' , path . resolve ( _ _dirname , nconf . get ( 'themes_dir' ) ) ) ;
nconf . set ( 'themes_dir' , path . resolve ( _ _dirname , nconf . get ( 'themes_dir' ) ) ) ;
winston . info ( 'Time: ' + new Date ( ) ) ;
winston . info ( 'Time: ' + new Date ( ) ) ;
winston . info ( 'Initializing NodeBB v' + pkg . version + ', using ' + nconf . /**/ get ( 'database' ) + ' store at ' + nconf . get ( nconf . get ( 'database' ) + ':host' ) + ':' + nconf . get ( nconf . get ( 'database' ) + ':port' ) + '.' ) ;
winston . info ( 'Initializing NodeBB v' + pkg . version ) ;
winston . info ( '* using ' + nconf . get ( 'database' ) + ' store at ' + nconf . get ( nconf . get ( 'database' ) + ':host' ) + ':' + nconf . get ( nconf . get ( 'database' ) + ':port' ) ) ;
if ( process . env . NODE _ENV === 'development' ) {
if ( process . env . NODE _ENV === 'development' ) {
winston . info ( 'Base Configuration OK.' ) ;
winston . info ( 'Base Configuration OK.' ) ;