Bläddra i källkod

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

Drop DB prefix
Tianon Gravi 5 år sedan
förälder
incheckning
3cb1302209
1 ändrade filer med 1 tillägg och 2 borttagningar
  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_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.