array( 'db' => array( 'connectionString' => 'mysql:host=localhost;port=3306;dbname=limedb;', 'emulatePrepare' => true, 'username' => 'limeuser', 'password' => 'xxxxxxxxxxxxxxxxxxxxxxx', 'charset' => 'utf8mb4', 'tablePrefix' => 'lime_', ), 'session' => array ( 'sessionName'=>'LS-xxxxxxxxxxxxxxx', ), 'urlManager' => array( 'urlFormat' => 'path', 'rules' => array( // You can add your own rules here ), 'showScriptName' => true, ), ), // If URLs generated while running on CLI are wrong, you need to set the baseUrl in the request component. For example: //'request' => array( // 'baseUrl' => '', //), 'runtimePath'=>'/var/www/survey-runtime/', // out of server root writeable for www-data 'config'=>array( 'debug'=>1, 'debugsql'=>0, // Set this to 1 to enanble sql logging, only active when debug = 2 //'publicurl' => 'https://survey.example.org', // you also need to set baseUrl above 'mysqlEngine' => 'MYISAM', // Mysql database engine (INNODB|MYISAM) // Update default LimeSurvey config here 'maxLoginAttempt' => 21, 'timeOutTime' => 300, 'defaultlang' => 'de' ) ); /* End of file config.php */ /* Location: ./application/config/config.php */