浏览代码

Merge pull request #1736 from J0WI/nextcloud-drop-db-prefix

Drop DB prefix
Tianon Gravi 5 年之前
父节点
当前提交
3cb1302209
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      nextcloud/content.md

+ 1 - 2
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_USER` Name of the Nextcloud admin user.
 -	`NEXTCLOUD_ADMIN_PASSWORD` Password for 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_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.
 One or more trusted domains can be set by environment variable, too. They will be added to the configuration after install.