1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00

Update config.php

This commit is contained in:
ericgaspar 2021-07-12 14:42:21 +02:00
parent b1f0d50965
commit 82ae5beee6

View file

@ -63,7 +63,7 @@ return array(
'debugsql'=>0, // Set this to 1 to enanble sql logging, only active when debug = 2
// 'force_xmlsettings_for_survey_rendering' => true, // Uncomment if you want to force the use of the XML file rather than DB (for easy theme development)
// 'use_asset_manager'=>true, // Uncomment if you want to use debug mode and asset manager at the same time
'enableLdap'=>false
'enableLdap'=>true
)
);
/* End of file config.php */