Make hydra-server honor config file includes

This commit is contained in:
Shay Bergmann 2021-07-22 17:23:18 -04:00
parent 2f0dc294af
commit 54c8028ec0
No known key found for this signature in database
GPG key ID: 2ED50F33B46CC517

View file

@ -48,6 +48,14 @@ __PACKAGE__->config(
file($ENV{'HYDRA_LDAP_CONFIG'})
) : undef
},
'Plugin::ConfigLoader' => {
driver => {
'General' => {
-UseApacheInclude => 1,
-IncludeAgain => 1
}
}
},
'Plugin::PrometheusTiny' => {
include_action_labels => 1,
},