Merge pull request #38321 from nextcloud/pulsejet/patch-dbtableprefix

docs: add dbtableprefix to sample config
This commit is contained in:
Simon L 2023-05-16 22:50:37 +02:00 committed by GitHub
commit 0b1444357b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ $CONFIG = [
*
* Default to ``oc_``
*/
'dbtableprefix' => '',
'dbtableprefix' => 'oc_',
/**
* Enable persistent connexions to the database.