Skip to content

Commit

Permalink
Merge pull request #26 from acquia/ACMS-3462
Browse files Browse the repository at this point in the history
ACMS-3462: Update files-private path.
  • Loading branch information
vishalkhode1 authored Jan 11, 2024
2 parents ea351d1 + a38526d commit 8b62680
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
"issues": "https://github.com/acquia/drupal-recommended-settings/issues",
"docs": "https://docs.acquia.com/drupal-recommended-settings/"
},
"repositories": {
"acquia_global_commands": {
"type": "vcs",
"url": "git@github.com:vishalkhode1/acquia_global_commands.git"
}
},
"require": {
"php": ">=8.1",
"composer-plugin-api": "^2",
Expand All @@ -41,6 +35,12 @@
"phpro/grumphp-shim": "^2.2",
"phpunit/phpunit": "^9 || ^10"
},
"repositories": {
"acquia_global_commands": {
"type": "vcs",
"url": "git@github.com:vishalkhode1/acquia_global_commands.git"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion settings/filesystem.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
* This is always set and exposed by the Drupal Kernel.
*/
// phpcs:ignore
$settings['file_private_path'] = "sites/" . EnvironmentDetector::getSiteName($site_path) . "/files-private";
$settings['file_private_path'] = EnvironmentDetector::getAhFilesRoot() . "/sites/" . EnvironmentDetector::getSiteName($site_path) . "/files-private";
}

0 comments on commit 8b62680

Please sign in to comment.