From 9fafab010c407dab07e8192fd4924f43e4d4f916 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Tue, 6 Feb 2018 16:10:35 +0100 Subject: [PATCH] initial import --- t/manager.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 t/manager.conf diff --git a/t/manager.conf b/t/manager.conf new file mode 100755 index 0000000..d82f507 --- /dev/null +++ b/t/manager.conf @@ -0,0 +1,19 @@ +templates_dir = templates +federation_metadata_file = t/edugain.xml + +[app] +version = open Beta 1 +name = eduGAIN Access Check +url = https://my.fqdn/accountmanager +support_email = support@my.fqdn + +[log] +file = /dev/null +level = debug + +[database] +type = mysql +host = localhost +name = account_manager +user = user +password = password -- GitLab