diff sites/default/settings.php @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children 92f882872392
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sites/default/settings.php	Wed Nov 29 16:09:58 2017 +0000
@@ -0,0 +1,47 @@
+<?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['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';