File tree Expand file tree Collapse file tree
docroot/sites/default/settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88$ config ['config_split.config_split.dev ' ]['status ' ] = TRUE ;
99$ config ['config_split.config_split.default_content ' ]['status ' ] = FALSE ;
10+ // @see https://www.drupal.org/project/dropzonejs/issues/2916330
11+ $ settings ['file_temp_path ' ] = "/mnt/gfs/ {$ _ENV ['AH_SITE_GROUP ' ]}. {$ _ENV ['AH_SITE_ENVIRONMENT ' ]}/tmp " ;
Original file line number Diff line number Diff line change 55
66$ config ['config_split.config_split.prod ' ]['status ' ] = TRUE ;
77$ config ['config_split.config_split.default_content ' ]['status ' ] = FALSE ;
8+ // @see https://www.drupal.org/project/dropzonejs/issues/2916330
9+ $ settings ['file_temp_path ' ] = "/mnt/gfs/ {$ _ENV ['AH_SITE_GROUP ' ]}. {$ _ENV ['AH_SITE_ENVIRONMENT ' ]}/tmp " ;
Original file line number Diff line number Diff line change 88// Keep stage as close to prod as possible.
99$ config ['config_split.config_split.prod ' ]['status ' ] = TRUE ;
1010$ config ['config_split.config_split.default_content ' ]['status ' ] = FALSE ;
11+ // @see https://www.drupal.org/project/dropzonejs/issues/2916330
12+ $ settings ['file_temp_path ' ] = "/mnt/gfs/ {$ _ENV ['AH_SITE_GROUP ' ]}. {$ _ENV ['AH_SITE_ENVIRONMENT ' ]}/tmp " ;
You can’t perform that action at this time.
0 commit comments