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