diff --git a/README.md b/README.md index c5d3b55..91dc6ee 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add the following to `/etc/hosts`: 127.0.0.1 plan.thepeernet.com 127.0.0.1 plan.turnsys.com 127.0.0.1 plan.yourdreamnamehere.com -127.0.0.1 startinglineproductions.com-bizopprodplan +127.0.0.1 plan.startinglineproductions.com ``` See `etc-hosts-entries.txt` for the complete list. @@ -118,7 +118,7 @@ user/env/{fqdn}/ | plan.thepeernet.com | The Peer Network Business Plan | | plan.turnsys.com | TSYS Business Plan | | plan.yourdreamnamehere.com | Your Dream Name Here Business Plan | -| startinglineproductions.com-bizopprodplan | Starting Line Productions Business Plan | +| plan.startinglineproductions.com | Starting Line Productions Business Plan | | staticsites.turnsys.com | TSYS Static Sites (default) | ## Production Deployment diff --git a/etc-hosts-entries.txt b/etc-hosts-entries.txt index c3db99e..03bc0c4 100644 --- a/etc-hosts-entries.txt +++ b/etc-hosts-entries.txt @@ -26,4 +26,4 @@ 127.0.0.1 plan.thepeernet.com 127.0.0.1 plan.turnsys.com 127.0.0.1 plan.yourdreamnamehere.com -127.0.0.1 startinglineproductions.com-bizopprodplan +127.0.0.1 plan.startinglineproductions.com diff --git a/scripts/configure-sites.sh b/scripts/configure-sites.sh index 20a9568..ce01c5f 100644 --- a/scripts/configure-sites.sh +++ b/scripts/configure-sites.sh @@ -22,7 +22,7 @@ declare -A SITES=( ["plan.thepeernet.com"]="The Peer Network Business Plan" ["plan.turnsys.com"]="TSYS Business Plan" ["plan.yourdreamnamehere.com"]="Your Dream Name Here Business Plan" - ["startinglineproductions.com-bizopprodplan"]="Starting Line Productions Business Plan" + ["plan.startinglineproductions.com"]="Starting Line Productions Business Plan" ["staticsites.turnsys.com"]="TSYS Static Sites" ) diff --git a/setup.php b/setup.php index 5b761d5..2d91aa6 100644 --- a/setup.php +++ b/setup.php @@ -34,7 +34,7 @@ $hostMap = [ 'plan.thepeernet.com' => 'plan.thepeernet.com', 'plan.turnsys.com' => 'plan.turnsys.com', 'plan.yourdreamnamehere.com' => 'plan.yourdreamnamehere.com', - 'startinglineproductions.com-bizopprodplan' => 'startinglineproductions.com-bizopprodplan', + 'plan.startinglineproductions.com' => 'plan.startinglineproductions.com', 'staticsites.turnsys.com' => 'staticsites.turnsys.com', ];