You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log('*****************\nWARNING: Forge Client ID, Client Secret & Hook callback URL not defined as environment variables.\n*****************');
var server = app.listen(app.get('port'), function () {
console.log('Starting at ' + (new Date()).toString());
console.log('Server listening on port ' + server.address().port);