-
Notifications
You must be signed in to change notification settings - Fork 297
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
Move all configuration settings to data/config.php #41
Comments
We currently have 2 config files: I think it would be better to get rid of |
I like the idea of combining into 1 file. I do prefer the name config rather than options. |
The race condition is already present when you have 2 |
On install, all hardcoded options in Then we can get rid of the need to manually create options.php (https://github.com/shaarli/Shaarli/wiki#configuration). We should update the doc when it's done. |
Pull request #108 solves this |
It can be done easily by iterating over |
Once #40 is solved we can think about moving options.php out of data/. It is not program data and should not be writeable by the server.We can also provide a options.example.php presenting all switches from https://github.com/shaarli/Shaarli/blob/master/index.php and https://github.com/shaarli/Shaarli/wiki#configuration and have evrything in one place.See below
The text was updated successfully, but these errors were encountered: