From b9a3b167664b75332aebe02bd0c3640f9b0ac6d3 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Fri, 2 Mar 2018 13:11:40 +0100 Subject: [PATCH] allow test configuration to pass sanity checks --- t/manager.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/t/manager.conf b/t/manager.conf index d82f507..d38a129 100755 --- a/t/manager.conf +++ b/t/manager.conf @@ -1,3 +1,4 @@ +[setup] templates_dir = templates federation_metadata_file = t/edugain.xml @@ -7,13 +8,18 @@ name = eduGAIN Access Check url = https://my.fqdn/accountmanager support_email = support@my.fqdn -[log] +[logger] file = /dev/null level = debug +[mailer] +sendmail_path = /bin/true + [database] type = mysql host = localhost name = account_manager user = user password = password + +[idp] -- GitLab