Skip to content

Commit

Permalink
VACMS-162707: siteimprove - load api vars from ENV (#1461)
Browse files Browse the repository at this point in the history
* add siteimprov

* Update settings.php

* Update settings.php
  • Loading branch information
ariperez authored Dec 12, 2023
1 parent 019a40b commit 03341ac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docroot/sites/default/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@
*/
$settings['entity_update_batch_size'] = 50;


/**
* Site Improve
*/
$config['siteimprove.settings']['prepublish_enabled'] = TRUE;
$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 03341ac

Please sign in to comment.