view sites/default/settings.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 92f882872392
children
line wrap: on
line source
<?php

$databases['default']['default'] = array (
  'database' => 'drupal_isophonics',
  'username' => 'drupal',
  'password' => 'moomin',
  'host' => 'localhost',
  'port' => '3306',
  'driver' => 'mysql'
);

/**
 * Access control for update.php script.
 *
 * If you are updating your Drupal installation using the update.php script but
 * are not logged in using either an account with the "Administer software
 * updates" permission or the site maintenance account (the account that was
 * created during installation), you will need to modify the access check
 * statement below. Change the FALSE to a TRUE to disable the access check.
 * After finishing the upgrade, be sure to open this file again and change the
 * TRUE back to a FALSE!
 */
$settings['update_free_access'] = FALSE;

$settings['trusted_host_patterns'] = array(
    '^localhost$',
    '^localhost:8080$',
    '^127\.0\.0\.1$',
    '^127\.0\.0\.1:8080$',
    '^isophonics\.net$',
    '^isophonics\.com$',
    '^isophonics\.org$',
    '^.*\.isophonics\.net$',
    '^.*\.isophonics\.com$',
    '^.*\.isophonics\.org$'
);

$settings['reverse_proxy'] = TRUE;
$settings['reverse_proxy_addresses'] = array('138.37.95.150');

$settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml';
$settings['file_scan_ignore_directories'] = [
  'node_modules',
  'bower_components',
];

$databases['default']['default'] = array (
  'database' => 'drupal_isophonics',
  'username' => 'drupal',
  'password' => 'moomin',
  'prefix' => '',
  'host' => 'localhost',
  'port' => '3306',
  'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
  'driver' => 'mysql',
);
$settings['hash_salt'] = 'GeC1OEUYKWcT3MUD8CiEjYMFIBp87igewJVg-8DNAM-KDw8J-b3Xk3HcEDVCqemTXzdccrh7Cg';
$settings['install_profile'] = 'standard';
$config_directories['sync'] = 'sites/default/files/config_bwsZcZA9Btx324vJ10I7VyxjB1mzWm0f5vBTma6QMWz9Sj5bMwxrD1t41ftKfHUP3ob1j9KEuA/sync';