Welcome Guest, Not a member yet? Register   Sign In
Retrieving configs from a file other than config.php
#1

[eluser]merik[/eluser]
I am working with a few friends on a project using CI. The code is kept on a git repository, and each of us has a copy of it locally. The configurations we each need to run an instance of the code locally are different; for example, the DB name, the DB password, etc.

If one of us changes those configs in config.php and pushes it back to the git repository, all others will be affected on the next pull. Therefore, we are thinking if there is a way to keep all the configurations in a file ignored by git (using .git-ignore) which is located in the root folder and then make config.php load them from that file.

Is this supported in CI? If not, what is the easiest way to implement it?


Messages In This Thread
Retrieving configs from a file other than config.php - by El Forum - 03-23-2013, 08:23 AM
Retrieving configs from a file other than config.php - by El Forum - 03-23-2013, 08:37 AM
Retrieving configs from a file other than config.php - by El Forum - 03-24-2013, 07:32 AM
Retrieving configs from a file other than config.php - by El Forum - 03-24-2013, 08:06 AM
Retrieving configs from a file other than config.php - by El Forum - 03-24-2013, 08:07 AM
Retrieving configs from a file other than config.php - by El Forum - 03-24-2013, 11:35 PM
Retrieving configs from a file other than config.php - by El Forum - 03-25-2013, 04:50 PM
Retrieving configs from a file other than config.php - by El Forum - 03-25-2013, 05:36 PM
Retrieving configs from a file other than config.php - by El Forum - 03-25-2013, 08:53 PM
Retrieving configs from a file other than config.php - by El Forum - 03-26-2013, 01:54 AM
Retrieving configs from a file other than config.php - by El Forum - 03-26-2013, 12:31 PM
Retrieving configs from a file other than config.php - by El Forum - 03-26-2013, 12:49 PM
Retrieving configs from a file other than config.php - by El Forum - 03-26-2013, 03:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB