PartiPirate / congressus

Un outil de gestion de réunion avec prise de décision s'appuyant sur un pool de votants
GNU General Public License v3.0
58 stars 16 forks source link

Change location where redmine conf is checked. #263

Open Asharas opened 3 years ago

Asharas commented 3 years ago

Added an IF statement to avoid breaking existing deployments. Code will now check if config/redmine.config.php exists, if false it will include the file from task_hooks/redmine/config.php.

Moved config sample from task_hooks/redmine/config.php to config/redmine.config.php dir

Add application/config/redmine.config.php to .gitignore

Tested with both locations