Drop DB prefix
This commit is contained in:
parent
ccdf8709d4
commit
0f38c85027
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue