Skip to content

Allow to configure connectionParams

This MR introduces that you can supply your own connection params by setting $CONNECTION_PARAMS in "app/inc/config.php". This is useful, for instance, if you want to supply custom param keys (such as "sslmode" when using PostgreSQL/"pdo_pgsql").

Merge request reports