Rum
Rum copied to clipboard
No hostname prefix in project domain name
Currently, we always generate a domainname according to this rule:
We should expand on this: make the hostname completely customizable @ runtime
+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?