Skip to content
Snippets Groups Projects
Commit 1dd5ace8 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix test configuration

parent af1ad249
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ my $config = File::Temp->new(UNLINK => $ENV{TEST_DEBUG} ? 0 : 1);
print {$config} <<EOF;
[setup]
templates_dir = templates
templates_theme = edugain
[federations]
edugain = t/edugain.xml
......@@ -24,6 +25,7 @@ edugain = t/edugain.xml
[app]
url = https://my.fqdn/accountmanager
support_email = support\@my.fqdn
name = eduGAIN Access Check
[logger]
file = $log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment