summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/autoconfig.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/autoconfig.php b/.config/autoconfig.php
index b759f4d1..85e02212 100644
--- a/.config/autoconfig.php
+++ b/.config/autoconfig.php
@@ -26,9 +26,4 @@ if ($autoconfig_enabled) {
$AUTOCONFIG["dbtableprefix"] = getenv('NEXTCLOUD_TABLE_PREFIX') ?: "";
$AUTOCONFIG["directory"] = getenv('NEXTCLOUD_DATA_DIR') ?: "/var/www/html/data";
-
- if (getenv('NEXTCLOUD_ADMIN_USER') && getenv('NEXTCLOUD_ADMIN_PASSWORD')) {
- $AUTOCONFIG["adminlogin"] = getenv('NEXTCLOUD_ADMIN_USER');
- $AUTOCONFIG["adminpass"] = getenv('NEXTCLOUD_ADMIN_PASSWORD');
- }
}