Apply requested changes to Config.pm

This commit is contained in:
Shay Bergmann
2021-07-26 17:11:21 +00:00
parent 4f95774ca3
commit 173ecb5d92
3 changed files with 4 additions and 11 deletions

View File

@@ -6,7 +6,6 @@ use parent 'Catalyst';
use Moose;
use Hydra::Plugin;
use Hydra::Model::DB;
use Hydra::Config;
use Catalyst::Runtime '5.70';
use Catalyst qw/ConfigLoader
Unicode::Encoding
@@ -51,7 +50,7 @@ __PACKAGE__->config(
},
'Plugin::ConfigLoader' => {
driver => {
'General' => \%configGeneralOpts
'General' => \%Hydra::Config::configGeneralOpts
}
},
'Plugin::PrometheusTiny' => {