We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab4892 commit a820687Copy full SHA for a820687
lib/commands/config/advanced.js
@@ -55,7 +55,6 @@ module.exports = {
55
const port = parseInt(url.parse(config.get('url')).port || BASE_PORT);
56
return portfinder.getPortPromise({port: port});
57
},
58
- default: 2368,
59
type: 'number',
60
group: 'Ghost Options:'
61
0 commit comments