if (settings.port && process.env.PORT && oncePort) {
        oncePort = false;
        /* eslint-disable no-console */
        console.log(colors.red('You have configured a port but the environment ' +
            'variable PORT is set and that will be used instead. The port that will be used is ' +