]> source.dussan.org Git - nextcloud-server.git/commitdiff
Merge pull request #38321 from nextcloud/pulsejet/patch-dbtableprefix
authorSimon L <szaimen@e.mail.de>
Tue, 16 May 2023 20:50:37 +0000 (22:50 +0200)
committerGitHub <noreply@github.com>
Tue, 16 May 2023 20:50:37 +0000 (22:50 +0200)
docs: add dbtableprefix to sample config

1  2 
config/config.sample.php

index 58d101a1e322694b336854680fda7c860d043a38,006a09405705ba1801c13fc421e058e9cebf32b0..870d09e24a705d3bdb044ec603ee638205335f7d
@@@ -142,12 -136,12 +142,12 @@@ $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' => '',