From 1a888419b6796e215c8a11fa9de10229b5cff1c0 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 2 Apr 2011 12:22:27 +0000 Subject: Store youri-check results in pgsql, and generate the reports from there on alamut --- modules/youri-check/templates/check.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'modules/youri-check/templates/check.conf') diff --git a/modules/youri-check/templates/check.conf b/modules/youri-check/templates/check.conf index be89b065..a57460df 100644 --- a/modules/youri-check/templates/check.conf +++ b/modules/youri-check/templates/check.conf @@ -9,9 +9,11 @@ mirror_x86_64: ${mirror}/x86_64/media resultset: class: Youri::Check::Resultset::DBI options: - driver: SQLite - host: localhost - base: youri.db + driver: Pg + host: <%= pgsql_server %> + base: <%= pgsql_db %> + user: <%= pgsql_user %> + password: <%= pgsql_password %> # checks definitions tests: -- cgit v1.2.1