geo-coop/web/sites/default/settings.php
David Valdez d82b83eebb Migrate the image styles to preserv the images.
Also, it was added the following things in the settings file to allow
the inline images:

$config['image.settings']['suppress_itok_output'] = TRUE;
$config['image.settings']['allow_insecure_derivatives'] = TRUE;
2019-07-19 14:32:08 -05:00

6 lines
210 B
PHP

<?php
// #ddev-generated: Automatically generated Drupal settings file.
if (file_exists($app_root . '/' . $site_path . '/settings.ddev.php')) {
include $app_root . '/' . $site_path . '/settings.ddev.php';
}