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

drop configuration test for federations in web application

parent 16a520b7
No related branches found
No related tags found
No related merge requests found
......@@ -113,18 +113,6 @@ sub new {
);
}
if (!$self->{configuration}->{groups}->{list}) {
$self->{logger}->fatal(
"No federations defined in configuration, aborting"
);
$self->respond(
template => 'errors.tt2.html',
data => {
errors => [ 'internal' ]
}
);
}
if (!$self->{configuration}->{database}) {
$self->{logger}->fatal(
"No database defined in configuration, aborting"
......
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