If we add support for configuration files we can easily run applications once checked out from github on different infrastructures and test environments. This file would hold things such as:
1, username
password
default database host
default database port
default database
alternate database hosts (or a list of read/write hosts)
If we add support for configuration files we can easily run applications once checked out from github on different infrastructures and test environments. This file would hold things such as:
1, username
Example / HowTo would be useful.