These changes assume the EDX_HOST_NAMES configuration variable value is sat to a space-separated value instead of a comma-separated one.
Why the change?
To help #45 configuring the cloudbuild /etc/hosts file in a clean way.
Reduce clutter in your local /etc/hosts
The first step to drop support for *.localhost domains as Chrome can't access them.
Easy to read and to debug
No changes required
If you forgot to remove the commas in EDX_HOST_NAMES from your .configs.<user> file, your configured hosts will still resolve to the machine, so no stress about this.
These changes assume the
EDX_HOST_NAMES
configuration variable value is sat to a space-separated value instead of a comma-separated one.Why the change?
*.localhost
domains as Chrome can't access them.No changes required
If you forgot to remove the commas in
EDX_HOST_NAMES
from your.configs.<user>
file, your configured hosts will still resolve to the machine, so no stress about this.