Closes #2141; Show that server is running on logs
parent
daf2df4c2e
commit
3c7e97f140
@ -0,0 +1,10 @@ |
||||
Meteor.startup -> |
||||
Meteor.setTimeout -> |
||||
msg = [ |
||||
" Version: #{RocketChat.Info.version}" |
||||
"Process Port: #{process.env.PORT}" |
||||
" Site URL: #{RocketChat.settings.get('Site_Url')}" |
||||
].join('\n') |
||||
|
||||
SystemLogger.successBox msg, 'SERVER RUNNING' |
||||
, 100 |
Loading…
Reference in new issue