aboutsummaryrefslogtreecommitdiffstats
path: root/modules/youri-check/templates/check.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/youri-check/templates/check.conf')
-rw-r--r--modules/youri-check/templates/check.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/youri-check/templates/check.conf b/modules/youri-check/templates/check.conf
index 431a4004..ccf4fc1c 100644
--- a/modules/youri-check/templates/check.conf
+++ b/modules/youri-check/templates/check.conf
@@ -10,7 +10,7 @@ resultset:
class: Youri::Check::Resultset::DBI
options:
driver: Pg
- host: <%= pgsql_server %>
+ host: <%= pgsql_server %>;sslmode=require
base: <%= pgsql_db %>
user: <%= pgsql_user %>
pass: <%= pgsql_password %>