Skip to content

Commit

Permalink
Add default settings.acquia.php file.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Nov 2, 2021
1 parent 9d3d761 commit 5aa4e35
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docroot/sites/default/settings.acquia.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

/**
* @file
* Drupal settings file for use with Acquia hosted sites.
*/

// Include the Acquia database connection and other config.
if (file_exists('/var/www/site-php')) {
require "/var/www/site-php/{$_ENV['AH_SITE_GROUP']}/{$_ENV['AH_SITE_GROUP']}-settings.inc";
}

0 comments on commit 5aa4e35

Please sign in to comment.