MIF_E31222691/config
Jorge González 8fc0df14bb Add "sslmode" setting for PostgreSQL connection
The commit 586bffa1d7 added support for sslmode in PostgresConnector.php and sslmode has been around since postgres version 9.1 (2011). 

This change makes it possible to specify sslmode from the config file.

Also serves as documentation to other developers so they don't have to
dive deep into the code to figure out that it's posible to set this option.

The posible values for sslmode are:
    disable, allow, prefer, require, verify-ca, verify-full

The default value is "prefer".

http://www.postgresql.org/docs/9.5/static/libpq-ssl.html#LIBPQ-SSL-PROTECTION
2016-05-12 00:59:15 -05:00
..
app.php working on broadcasting 2016-04-29 22:40:08 -05:00
auth.php Typo in docs 2015-12-20 19:57:26 +00:00
broadcasting.php tweak options 2015-10-08 09:45:11 -05:00
cache.php spacing 2016-05-01 10:07:37 -05:00
compile.php Don't compile service providers by default. 2015-04-21 14:39:47 -05:00
database.php Add "sslmode" setting for PostgreSQL connection 2016-05-12 00:59:15 -05:00
filesystems.php simplify filesystem default config 2016-02-11 10:19:57 -06:00
mail.php formatting 2016-03-06 19:56:30 -06:00
queue.php Tweaked config 2016-04-05 11:15:06 +01:00
services.php formatting 2016-03-06 19:56:30 -06:00
session.php fix comment 2016-05-04 09:31:54 -05:00
view.php Additional cs fixes 2015-06-01 15:46:45 +01:00