remove table prefix option
This commit is contained in:
parent
50d140b056
commit
8e41d5fe11
@ -28,9 +28,6 @@ Database user.
|
|||||||
## DB_PASSWORD
|
## DB_PASSWORD
|
||||||
Password for the database user.
|
Password for the database user.
|
||||||
|
|
||||||
## DB_TABLE_PREFIX
|
|
||||||
Table prefix in the database.
|
|
||||||
|
|
||||||
## IMAP_AUTH_HOST
|
## IMAP_AUTH_HOST
|
||||||
AUthentication string for the IMAP authentication.
|
AUthentication string for the IMAP authentication.
|
||||||
|
|
||||||
|
@ -11,7 +11,6 @@ if [ ! -f /var/lib/nextcloud/data/.installed ]; then
|
|||||||
--database-name="$DB_NAME" \
|
--database-name="$DB_NAME" \
|
||||||
--database-user="$DB_USER" \
|
--database-user="$DB_USER" \
|
||||||
--database-pass="$DB_PASSWORD" \
|
--database-pass="$DB_PASSWORD" \
|
||||||
--database-table-prefix="$DB_TABLE_PREFIX" \
|
|
||||||
--admin-user="$ADMIN_USER" \
|
--admin-user="$ADMIN_USER" \
|
||||||
--admin-pass="$ADMIN_PASSWORD" \
|
--admin-pass="$ADMIN_PASSWORD" \
|
||||||
--data-dir=/var/lib/nextcloud/data/ \
|
--data-dir=/var/lib/nextcloud/data/ \
|
||||||
|
Loading…
Reference in New Issue
Block a user