Skip to content

Commit

Permalink
Load on Chassis environments
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed Apr 29, 2019
1 parent 367ee34 commit 4cdcb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

add_action( 'hm-platform.modules.init', function () {
$default_settings = [
'enabled' => in_array( get_environment_architecture(), [ 'local-server' ] ),
'enabled' => in_array( get_environment_architecture(), [ 'chassis', 'local-server' ] ),
'query-monitor' => true,
];

Expand Down

0 comments on commit 4cdcb1b

Please sign in to comment.