docs: add dbtableprefix to sample config
*
* Default to ``oc_``
*/
- 'dbtableprefix' => '',
+ 'dbtableprefix' => 'oc_',
/**
- * Enable persistent connexions to the database.
- * This setting uses the "persistent" option from doctrine dbal, which in turn
- * uses the PDO::ATTR_PERSISTENT option from de pdo driver.
+ * Enable persistent connexions to the database.
+ * This setting uses the "persistent" option from doctrine dbal, which in turn
+ * uses the PDO::ATTR_PERSISTENT option from the pdo driver.
*/
'dbpersistent' => '',