Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature proposal: have local config to avoid loosing it on update #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jeremie-Kiwik
Copy link

Here is a feature proposal to address a common problem: when we extract a ZIP file of a newer version of the project onto our current source files, any locally defined configurations are lost because config.php is overwritten.

I propose addressing this issue by introducing the option to have a local configuration file, which would be read if present, instead of the standard file. This approach is similar to the way configuration files are handled in /etc/xx/conf.d on Linux systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant