Rum icon indicating copy to clipboard operation
Rum copied to clipboard

No hostname prefix in project domain name

Open netsensei opened this issue 12 years ago • 2 comments

Currently, we always generate a domainname according to this rule: . When hard linking assets and working in a team, this can cause problems with broken links. In a team, it might be better to use the same local name.

should be optional. Perhaps settable through an extra flag present in Drush.

netsensei avatar Aug 17 '12 07:08 netsensei

We should expand on this: make the hostname completely customizable @ runtime

netsensei avatar Aug 27 '12 13:08 netsensei

+1 for this

Will this also imply that it will be possible to have multiple installs of the same repo? (By setting the domainname during runtime)

For instance:

  • dev.foobar
  • prod.foobar
  • qa.foobar

With 3 databases (one for each local instance):

  • DEV_FOOBAR
  • PROD_FOOBAR
  • QA_FOOBAR

This way it would be possible to have local copies of production and quality assurance environments for debugging purposes without the pain of having a dev.foobar, dev.foobar_1, etc environment locally.

Also, hardlinking assets sounds like a really bad idea... no?

sjugge avatar Oct 02 '12 18:10 sjugge