Skip to content

Commit

Permalink
Auth Tag1 D7ES module on Pantheon
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Dec 10, 2024
1 parent e9dbf62 commit 3e5cf67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions includes/bootstrap.inc
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,12 @@ function drupal_settings_initialize() {
if (file_exists(DRUPAL_ROOT . '/' . conf_path() . '/settings.php')) {
include_once DRUPAL_ROOT . '/' . conf_path() . '/settings.php';
}

// Auth Tag1 D7ES module on Pantheon
if (getenv('PANTHEON_D7ES_API_KEY')) {
$conf['tag1_d7es_billing_email'] = getenv('PANTHEON_D7ES_API_KEY');
}

$is_https = drupal_is_https();

// Load environmental config, if present.
Expand Down

1 comment on commit 3e5cf67

@pantheon-ci-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visit Site

Created multidev environment ci-543 for ci-update-drops-7.

Please sign in to comment.