LimeSurvey should be configured for secure respondent data handling, survey access controls, and export governance.
Key file: application/config/config.php
Example baseline:
<?php
return [
'components' => [
'db' => [
'connectionString' => 'mysql:host=127.0.0.1;port=3306;dbname=limesurvey;',
'username' => 'limesurvey',
'password' => 'replace-with-strong-password',
],
],
'config' => [
'debug' => 0,
],
];
Back up DB and uploaded files. Test restore and validate a sample survey + response export.
Feel free to contact us. Find all contact information on our contact page.