We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With "sails": "~0.11.3" I can't seem to find the application.js file to put the process.env.port into. What would the new way of doing this be?
"sails": "~0.11.3"
The text was updated successfully, but these errors were encountered:
According to this http://sailsjs.org/documentation/reference/configuration/sails-config its in config/local.js now. The environment specified port will be picked up automatically. Is this suitable for heroku's port, which I presume is not different from a normal env var?
Sorry, something went wrong.
Just confirmed that it is all happening automatically in newer versions of sails.
No branches or pull requests
With
"sails": "~0.11.3"
I can't seem to find the application.js file to put the process.env.port into. What would the new way of doing this be?The text was updated successfully, but these errors were encountered: