|
|
|
@ -120,7 +120,8 @@ $CONFIG = [
|
|
|
|
* Your host server name, for example ``localhost``, ``hostname``,
|
|
|
|
* Your host server name, for example ``localhost``, ``hostname``,
|
|
|
|
* ``hostname.example.com``, or the IP address.
|
|
|
|
* ``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 port use ``hostname:####``, for IPv6 addresses use the URI notation ``[ip]:port``.
|
|
|
|
* To specify a Unix socket use ``/path/to/directory/containing/socket``, e.g. ``/run/postgresql/``.
|
|
|
|
* To specify a Unix socket use ``localhost:/path/to/directory/containing/socket`` or
|
|
|
|
|
|
|
|
* ``:/path/to/directory/containing/socket``, e.g. ``localhost:/run/postgresql/``.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
'dbhost' => '',
|
|
|
|
'dbhost' => '',
|
|
|
|
|
|
|
|
|
|
|
|
|