Allow custom config file in LimeSurvey
-
For a lot of configurations in LimeSurvey, their own documentation suggests editing the config.php file directly. Right now, this is copied to
/run/limesurveyfrom/app/pkgon each restart - it would be great if we could place aconfig.phpin/app/data/so changes persist across restarts.The quickest way would probably be an edit to
start.sh:if [[ -f /app/data/config.php ]]; then cp /app/data/config.php /run/limesurvey/config.php else cp /app/pkg/config.php /run/limesurvey/config.php fiThis could potentially break on app updates, so it might make sense to document it as an "at your own risk" feature.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login