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
While working on development, we're using the port 8000 by default. As @alecslupu mentioned in a review:
I already had something else binding 8000, I had to reconfigure the bulletin board ports here and in the secrets.yml. As 8000 is a pretty popular port, maybe would be better to document the workaround ?
I already had something else binding 8000, I had to reconfigure the bulletin board ports here and in the secrets.yml.
As 8000 is a pretty popular port, maybe would be better to document the workaround ?
We need to define one and change it in the default configurations of this repository and also of decidim/decidim:
Now we're using port 5017 for the testing instance, so 5016 might be a good number, as this range isn't assigned in the IANA:
5016-5019: Unassigned
And also doesn't seem to be popular for other services. As an exercise, compare it with 8000.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While working on development, we're using the port 8000 by default. As @alecslupu mentioned in a review:
We need to define one and change it in the default configurations of this repository and also of decidim/decidim:
Now we're using port 5017 for the testing instance, so 5016 might be a good number, as this range isn't assigned in the IANA:
And also doesn't seem to be popular for other services. As an exercise, compare it with 8000.
Acceptance criteria
The text was updated successfully, but these errors were encountered: