summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-06-09 13:26:33 +0000
committerGitHub <noreply@github.com>2020-06-09 13:26:33 +0000
commit3ac6fde8d6ed3c13cea1e39d5957ef6be9b6b210 (patch)
tree600dca0f0a06faa55a5b60ef9a60824bd641e716 /.config
parent0599d1022cc4e1192a19f1c8fcd83c6d195d6b96 (diff)
Remove db prefix option (#1131)
* Remove db prefix option Signed-off-by: J0WI <J0WI@users.noreply.github.com> * Upgrade to 18.0.6 Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '.config')
-rw-r--r--.config/autoconfig.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/autoconfig.php b/.config/autoconfig.php
index deeabe4e..5bb85d42 100644
--- a/.config/autoconfig.php
+++ b/.config/autoconfig.php
@@ -23,9 +23,5 @@ if (getenv('SQLITE_DATABASE')) {
}
if ($autoconfig_enabled) {
- if (getenv('NEXTCLOUD_TABLE_PREFIX')) {
- $AUTOCONFIG["dbtableprefix"] = getenv('NEXTCLOUD_TABLE_PREFIX');
- }
-
$AUTOCONFIG["directory"] = getenv('NEXTCLOUD_DATA_DIR') ?: "/var/www/html/data";
}