diff options
author | Simon L <szaimen@e.mail.de> | 2023-05-16 22:50:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 22:50:37 +0200 |
commit | 0b1444357b317a7dcec7b5730bd6588c749d2a59 (patch) | |
tree | 10d0179d9223caf6131c990f3457a7f2829dcca7 /config | |
parent | 1ce8fc6b313a7c0421729b9ce396fe7ece54dd8b (diff) | |
parent | 8102c88c2e2b1a6172507266952f72f09c255885 (diff) | |
download | nextcloud-server-0b1444357b317a7dcec7b5730bd6588c749d2a59.tar.gz nextcloud-server-0b1444357b317a7dcec7b5730bd6588c749d2a59.zip |
Merge pull request #38321 from nextcloud/pulsejet/patch-dbtableprefix
docs: add dbtableprefix to sample config
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 58d101a1e32..870d09e24a7 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -142,7 +142,7 @@ $CONFIG = [ * * Default to ``oc_`` */ -'dbtableprefix' => '', +'dbtableprefix' => 'oc_', /** * Enable persistent connexions to the database. |