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