Translations:Optional settings/70/en
From LimeSurvey Manual
To update/add the LimeSurvey settings in /application/config/config.php, you have to update the config array:
'config'=>array(
'debug'=>0,
'debugsql'=>0,
'LimeSurveySetting'=>'New value', // Update default LimeSurvey config here
)