Просмотр исходного кода

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

Drop DB prefix
Tianon Gravi 5 лет назад
Родитель
Сommit
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.