|
|
|
|
|
by koolba
3586 days ago
|
|
> Since the configuration file is kept in the same repository as the code, configuration options or secrets can easily be changed or added by developers themselves. This is terrible advice. Code and config should be separate. Otherwise you can't deploy the same code to a different environment. |
|
If you want to run local environment you can simply create your own configuration.
I don't really see what you gain by moving configuration files into a separate repository.