view sites/default/settings.php @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children
line wrap: on
line source
<?php

$databases['default']['default'] = array (
  'database' => 'drupal_cmmr2012',
  '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['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_cmmr2012',
  'username' => 'drupal',
  'password' => 'moomin',
  'prefix' => '',
  'host' => 'localhost',
  'port' => '3306',
  'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
  'driver' => 'mysql',
);
$settings['hash_salt'] = 'fNz7vDH7XtRnL9C_ht_uZNr47BNDSMbjdGTu6vNmMd0_l2FT5g4xGaBGCZgt-oW5GMpB90O5Vw';
$settings['install_profile'] = 'standard';
$config_directories['sync'] = 'sites/default/files/config_61WXEkIHuPYU_1XY_qzhbvZlomDBcVVbawLLbcd9bzjhPQUdHaFf1JusJJsYjnE18TGn7YVoeQ/sync';