From 9a0b6ada38c6ab26da28f40e782d5cd87abca3d7 Mon Sep 17 00:00:00 2001 From: Stephen Cuppett Date: Sat, 15 Nov 2014 16:32:17 -0500 Subject: [PATCH] Update database.php.default to include sslmode --- app/Config/database.php.default | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Config/database.php.default b/app/Config/database.php.default index 767c01095..c8ee3088c 100644 --- a/app/Config/database.php.default +++ b/app/Config/database.php.default @@ -50,6 +50,10 @@ * For MySQL, Postgres specifies the character encoding to use when connecting to the * database. Uses database default not specified. * + * sslmode => + * For Postgres specifies whether to 'disable', 'allow', 'prefer', or 'require' SSL for the + * connection. The default value is 'allow'. + * * unix_socket => * For MySQL to connect via socket specify the `unix_socket` parameter instead of `host` and `port` *