Mercurial > hg > isophonics-drupal-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 <?php | |
2 | |
3 $databases['default']['default'] = array ( | |
4 'database' => 'drupal_isophonics', | |
5 'username' => 'drupal', | |
6 'password' => 'moomin', | |
7 'host' => 'localhost', | |
8 'port' => '3306', | |
9 'driver' => 'mysql' | |
10 ); | |
11 | |
12 /** | |
13 * Access control for update.php script. | |
14 * | |
15 * If you are updating your Drupal installation using the update.php script but | |
16 * are not logged in using either an account with the "Administer software | |
17 * updates" permission or the site maintenance account (the account that was | |
18 * created during installation), you will need to modify the access check | |
19 * statement below. Change the FALSE to a TRUE to disable the access check. | |
20 * After finishing the upgrade, be sure to open this file again and change the | |
21 * TRUE back to a FALSE! | |
22 */ | |
23 $settings['update_free_access'] = FALSE; | |
24 | |
25 | |
26 $settings['reverse_proxy'] = TRUE; | |
27 $settings['reverse_proxy_addresses'] = array('138.37.95.150'); | |
28 | |
29 $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml'; | |
30 $settings['file_scan_ignore_directories'] = [ | |
31 'node_modules', | |
32 'bower_components', | |
33 ]; | |
34 | |
35 $databases['default']['default'] = array ( | |
36 'database' => 'drupal_isophonics', | |
37 'username' => 'drupal', | |
38 'password' => 'moomin', | |
39 'prefix' => '', | |
40 'host' => 'localhost', | |
41 'port' => '3306', | |
42 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql', | |
43 'driver' => 'mysql', | |
44 ); | |
45 $settings['hash_salt'] = 'GeC1OEUYKWcT3MUD8CiEjYMFIBp87igewJVg-8DNAM-KDw8J-b3Xk3HcEDVCqemTXzdccrh7Cg'; | |
46 $settings['install_profile'] = 'standard'; | |
47 $config_directories['sync'] = 'sites/default/files/config_bwsZcZA9Btx324vJ10I7VyxjB1mzWm0f5vBTma6QMWz9Sj5bMwxrD1t41ftKfHUP3ob1j9KEuA/sync'; |