Totara Talent Experience Platform Open Discussions

How to change settings default values?

 
Craig Eves
Re: How to change settings default values?
by Craig Eves (Totara Support) - Thursday, 20 May 2021, 9:23 PM
Group Totara

Hi Rui

I think you can change most settings by editing the config.php file 

If you add the following line  with something like below (haven't tested) 

$CFG=>  conflicts:facetoface_allowschedulingconflicts = true;

There are some examples of available settings in config-dist.php

Regards