Skip to content

Commit

Permalink
Add missing code.
Browse files Browse the repository at this point in the history
  • Loading branch information
MdNadimHossain committed Sep 26, 2023
1 parent 2d372da commit 8e546ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/bay-php/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
// The default number of entities to update in a batch process.
$settings['entity_update_batch_size'] = 50;

// The token for the bay_monitoring Healthz endpoint.
$settings['baywatch.healthz_key'] = getenv('BAY_HEALTHZ_TOKEN');

// Environment indicator settings.
$config['environment_indicator.indicator']['name'] = isset($settings['environment']) ? $settings['environment'] : 'local';
$config['environment_indicator.indicator']['bg_color'] = !empty($config['environment_indicator.indicator']['bg_color']) ? $config['environment_indicator.indicator']['bg_color'] : 'green';
Expand Down

0 comments on commit 8e546ec

Please sign in to comment.