Skip to content
Snippets Groups Projects
Commit d72269a2 authored by Atanamo's avatar Atanamo
Browse files

Print server port to console

parent f3888201
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -82,7 +82,7 @@ class Gateway
 
# Start listening for socket.io emits and for HTTP requests
startupPromise = startupPromise.then =>
log.info 'Start listening...'
log.info "Start listening on port #{Config.WEB_SERVER_PORT}..."
server.listen(Config.WEB_SERVER_PORT)
 
# End chain to observe errors
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment