.
This commit is contained in:
parent
01ae258d54
commit
91dda73b7a
@ -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}`);
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user