dbconfig
This commit is contained in:
@ -102,7 +102,7 @@ $CONFIG = [
|
||||
*
|
||||
* Defaults to ``sqlite3``
|
||||
*/
|
||||
'dbtype' => 'sqlite3',
|
||||
'dbtype' => 'mysql',
|
||||
|
||||
/**
|
||||
* Your host server name, for example ``localhost``, ``hostname``,
|
||||
@ -110,7 +110,7 @@ $CONFIG = [
|
||||
* ``hostname:####``; to specify a Unix socket use
|
||||
* ``/path/to/directory/containing/socket`` e.g. ``/run/postgresql/``.
|
||||
*/
|
||||
'dbhost' => '',
|
||||
'dbhost' => 'db',
|
||||
|
||||
/**
|
||||
* The name of the Nextcloud database, which is set during installation. You
|
||||
@ -123,13 +123,13 @@ $CONFIG = [
|
||||
* across Nextcloud instances using the same SQL database. This is set up during
|
||||
* installation, so you shouldn't need to change it.
|
||||
*/
|
||||
'dbuser' => '',
|
||||
'dbuser' => 'nextcloud',
|
||||
|
||||
/**
|
||||
* The password for the database user. This is set up during installation, so
|
||||
* you shouldn't need to change it.
|
||||
*/
|
||||
'dbpassword' => '',
|
||||
'dbpassword' => 'nextcloud',
|
||||
|
||||
/**
|
||||
* Prefix for the Nextcloud tables in the database.
|
||||
|
Reference in New Issue
Block a user