diff options
author | Varun Patil <varunpatil@ucla.edu> | 2023-05-16 11:20:13 -0700 |
---|---|---|
committer | Varun Patil <varunpatil@ucla.edu> | 2023-05-16 11:20:13 -0700 |
commit | 8102c88c2e2b1a6172507266952f72f09c255885 (patch) | |
tree | 6a4c80b65cafdf149520760f0904ddef13053a2e /config | |
parent | c3a39cbc75585243e286c0e99b245373055e114d (diff) | |
download | nextcloud-server-8102c88c2e2b1a6172507266952f72f09c255885.tar.gz nextcloud-server-8102c88c2e2b1a6172507266952f72f09c255885.zip |
Add dbtableprefix to sample config
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 806345092f2..006a0940570 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -136,7 +136,7 @@ $CONFIG = [ * * Default to ``oc_`` */ -'dbtableprefix' => '', +'dbtableprefix' => 'oc_', /** * Enable persistent connexions to the database. |