fixed url being overwritten

v1.18.x
Julian Lam 10 years ago
parent 420649d3bd
commit 66bbbfcd22

@ -159,8 +159,6 @@ function start() {
require('./src/user').startJobs(); require('./src/user').startJobs();
} }
nconf.set('url', nconf.get('base_url') + (nconf.get('use_port') ? ':' + nconf.get('port') : '') + nconf.get('relative_path'));
async.waterfall([ async.waterfall([
async.apply(plugins.ready), async.apply(plugins.ready),
async.apply(meta.templates.compile), async.apply(meta.templates.compile),

@ -4,7 +4,6 @@ var fs = require('fs'),
path = require('path'), path = require('path'),
async = require('async'), async = require('async'),
winston = require('winston'), winston = require('winston'),
nconf = require('nconf'),
semver = require('semver'), semver = require('semver'),
express = require('express'), express = require('express'),
npm = require('npm'), npm = require('npm'),

Loading…
Cancel
Save