This commit is contained in:
David Arranz 2019-07-22 12:28:14 +02:00
parent 01ae258d54
commit 91dda73b7a

View File

@ -64,7 +64,7 @@ try {
logger.info('Process PID: ' + process.pid);
//logger.info(`Version: ${this.config.info.strapi} (node v${this.config.info.node})`);
logger.info('To shut down your server, press <CTRL> + C at any time');
logger.info(`⚡️ Server: http://${currentState.server.host}:${currentState.server.port}`);
logger.info(`⚡️ Server: http://${currentState.server.hostname}:${currentState.server.port}`);
});
});