forked from lix-project/hydra
Make hydra-server honor config file includes
This commit is contained in:
parent
2f0dc294af
commit
54c8028ec0
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue