Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fix infinite loading confusion #101

Merged

Conversation

ShaneIsrael
Copy link
Contributor

Removed console logs, default port is now 3001, stopped infinite loop loading symbol.

@@ -8,7 +8,7 @@ var child = new forever.Monitor('./bin/www', {
options: [],
env: {
TZ: process.env.TZ || "America/New_York",
PORT: process.env.PORT || 3000
PORT: process.env.PORT || 3001
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are u changing the default node port? This should remain 3000.

@dcshock dcshock merged commit 12c3377 into dcshock:develop Apr 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants