Comment around dupe to avoid drift

This commit is contained in:
Shay Bergmann
2021-07-22 23:27:21 -04:00
parent 774194d681
commit e98bd0ec8d
2 changed files with 10 additions and 0 deletions

View File

@@ -51,6 +51,11 @@ __PACKAGE__->config(
'Plugin::ConfigLoader' => {
driver => {
'General' => {
# Please keep these options in sync with corresponding
# call to `new Config::General` in `getHydraConfig()` sub
# in `Hydra/Helper/Nix.pm`. This is necessary in order to
# maintain consistent interpretation of the config by the
# various hydra components.
-UseApacheInclude => 1,
-IncludeAgain => 1
}