From 0f38c850274138b139459300c7a0cc8d26b6b29c Mon Sep 17 00:00:00 2001 From: J0WI Date: Thu, 11 Jun 2020 02:26:15 +0200 Subject: [PATCH] Drop DB prefix --- nextcloud/content.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nextcloud/content.md b/nextcloud/content.md index a8475e02c..36dac44d1 100644 --- a/nextcloud/content.md +++ b/nextcloud/content.md @@ -128,10 +128,9 @@ If you set any values, they will not be asked in the install page on first run. - `NEXTCLOUD_ADMIN_USER` Name of the Nextcloud admin user. - `NEXTCLOUD_ADMIN_PASSWORD` Password for the Nextcloud admin user. -If you want you can set the data directory and table prefix, otherwise default values will be used. ++If you want, you can set the data directory, otherwise default value will be used. - `NEXTCLOUD_DATA_DIR` (default: */var/www/html/data*) Configures the data directory where nextcloud stores all files from the users. -- `NEXTCLOUD_TABLE_PREFIX` (default: *""*) Optional prefix for the tables. Used to be `oc_` in the past One or more trusted domains can be set by environment variable, too. They will be added to the configuration after install.