array( 'host' => '{MYSQL_HOST}', // (string) The host where your database runs on 'database' => '{MYSQL_DB}', // (string) The database name which you use 'user' => '{MYSQL_USER}', // (string) The username to access the database 'password' => '{MYSQL_PASS}', // (string) The password to access the database 'charset' => '{MYSQL_CHARSET}', // (string) The charset of connection to database ), 'nolock' => {NOLOCK}, // (bool) Flag to not lock tables 'sequenceTable' => '', // (string) will be set later in startup! 'haltBehavior' => 'report', // (string) Feasible values are 'yes', 'no' or 'report' 'haltMsgPrefix' => (isset($_SERVER['REQUEST_URI'])) ? $_SERVER['REQUEST_URI'] . ' ' : '', 'enableProfiling' => false, // (bool) Flag to enable profiling ); /* Section 3: UTF-8 flag * ---------------------------- * @since ConLite version 2.0.0 */ {CON_UTF8} ?>