Skip to content

Commit

Permalink
UHF-10012: Use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Apr 25, 2024
1 parent 48b0085 commit b533e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/sites/default/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function drupal_get_env(string|array $variables) : mixed {

if ($stage_file_proxy_origin || $stage_file_proxy_dir) {
$config['stage_file_proxy.settings']['origin'] = $stage_file_proxy_origin ?: 'https://stplattaprod.blob.core.windows.net';
$config['stage_file_proxy.settings']['origin_dir'] = getenv('STAGE_FILE_PROXY_ORIGIN_DIR');
$config['stage_file_proxy.settings']['origin_dir'] = $stage_file_proxy_dir;
$config['stage_file_proxy.settings']['hotlink'] = FALSE;
$config['stage_file_proxy.settings']['use_imagecache_root'] = FALSE;
}
Expand Down

0 comments on commit b533e63

Please sign in to comment.