Closed sjinks closed 5 months ago
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
Package | Version | Score | Details |
---|
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Haven't tested but looks fine.
Description
It is possible to override the default domain (
vipdev.lndo.site
) by settingin
~/.local/share/vip/lando/config.yml
.However, the system is hardcoded to use
vipdev.lndo.site
, no matter what.This PR fixes that.
Marking this PR as a "feature" because this is not documented: neither by us, nor by Lando.
Pull request checklist
New release checklist
Steps to Test
mkdir -p ~/.local/share/vip/lando; echo "domain: localtest.me" > ~/.local/share/vip/lando/config.yml
vip dev-env create < /dev/null
localtest.me
, like this:vip dev-env start
and this:
http://vip-local.localtest.me/
should work.Caveat: pre-existing environments may cease to work because they were configured with a diffeent domain. This is Lando's limitation. Only one domain is allowed.