Skip to content

Commit

Permalink
Removed redundant file path setting. (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored and grasmash committed Jun 12, 2017
1 parent 13d20da commit bdd10a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion settings/filesystem.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
}
// Acquia cloud file paths.
elseif ($is_ah_env) {
$config['system.file']['path']['temporary'] = '/mnt/tmp/' . $_ENV['AH_SITE_NAME'];
$settings['file_private_path'] = "/mnt/files/$ah_group.$ah_env/files-private";
}

0 comments on commit bdd10a2

Please sign in to comment.