Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,9 @@ dbhost

'dbhost' => '',

Your host server name, for example ``localhost``, ``hostname``,
``hostname.example.com``, or the IP address.
The host server name/address for Nextcloud to connect to the database service,
for example, ``localhost``, ``hostname``, ``hostname.example.com``, or the
IP address.

To specify a port, use ``hostname:####``; for IPv6 addresses, use the URI notation ``[ip]:port``.
To specify a Unix socket, use ``localhost:/path/to/directory/containing/socket`` or
Expand Down Expand Up @@ -494,8 +495,8 @@ default_language
This sets the default language on your Nextcloud server, using ISO_639-1
language codes such as ``en`` for English, ``de`` for German, and ``fr`` for
French. The default_language parameter is only used when the browser does
not send any language, and the user hasn’t configured their own language
preferences.
not send any language preferences, and the user hasn’t configured their own
either.

Nextcloud has two distinguished language codes for German, ``de`` and ``de_DE``.
``de`` is used for informal German and ``de_DE`` for formal German. By setting
Expand Down
Loading