v1.18.x
Julian Lam 11 years ago
parent dfccf6675a
commit b0323e4d3b

@ -29,7 +29,7 @@ questions.main = [
{
name: 'base_url',
description: 'URL used to access this NodeBB',
'default': nconf.get('base_url') || 'http://localhost:4567',
'default': nconf.get('base_url') + (nconf.get('use_port') ? ':' + nconf.get('port') : '') || 'http://localhost:4567',
pattern: /^http(?:s)?:\/\//,
message: 'Base URL must begin with \'http://\' or \'https://\'',
},

Loading…
Cancel
Save