Skip to content

Commit

Permalink
Update settings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ariperez committed Dec 12, 2023
1 parent 5faacb7 commit 5eb0cdf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docroot/sites/default/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@
*/
$settings['entity_update_batch_size'] = 50;


/**
* Site Improve
*/
$config['siteimprove.settings']['api_username'] = getenv('SITEIMPROVE_API_USER');
$config['siteimprove.settings']['api_key'] = getenv('SITEIMPROVE_API_KEY');


/**
* Image Style Settings
*
Expand Down

0 comments on commit 5eb0cdf

Please sign in to comment.