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
if (process.env.FORGE_CLIENT_ID == null || process.env.FORGE_CLIENT_SECRET == null) { console.log('*****************\nWARNING: Client ID & Client Secret not defined as environment variables.\n*****************'); }
console.log('Starting at ' + (new Date()).toString());
console.log('Server listening on port ' + app.get('port'));