Update 'config/nextcloud/nextcloud-config.sh'

This commit is contained in:
bprieshof
2019-04-17 11:30:20 +02:00
parent a7da4e2b97
commit 8daf20e562

View File

@@ -21,6 +21,7 @@ cat <<EOF > /var/www/$domain/html/config/autoconfig.php
"dbpass" => "${db_pass}", "dbpass" => "${db_pass}",
"dbhost" => "localhost", "dbhost" => "localhost",
"dbtableprefix" => "", "dbtableprefix" => "",
'simpleSignUpLink.shown' => false,
"directory" => "/var/www/$domain/html/data", "directory" => "/var/www/$domain/html/data",
); );
EOF EOF