Chris@0: 'drupal_isophonics', Chris@0: 'username' => 'drupal', Chris@0: 'password' => 'moomin', Chris@0: 'host' => 'localhost', Chris@0: 'port' => '3306', Chris@0: 'driver' => 'mysql' Chris@0: ); Chris@0: Chris@0: /** Chris@0: * Access control for update.php script. Chris@0: * Chris@0: * If you are updating your Drupal installation using the update.php script but Chris@0: * are not logged in using either an account with the "Administer software Chris@0: * updates" permission or the site maintenance account (the account that was Chris@0: * created during installation), you will need to modify the access check Chris@0: * statement below. Change the FALSE to a TRUE to disable the access check. Chris@0: * After finishing the upgrade, be sure to open this file again and change the Chris@0: * TRUE back to a FALSE! Chris@0: */ Chris@0: $settings['update_free_access'] = FALSE; Chris@0: Chris@2: $settings['trusted_host_patterns'] = array( Chris@2: '^localhost$', Chris@2: '^localhost:8080$', Chris@2: '^127\.0\.0\.1$', Chris@2: '^127\.0\.0\.1:8080$', Chris@2: '^isophonics\.net$', Chris@2: '^isophonics\.com$', Chris@2: '^isophonics\.org$', Chris@2: '^.*\.isophonics\.net$', Chris@2: '^.*\.isophonics\.com$', Chris@2: '^.*\.isophonics\.org$' Chris@2: ); Chris@0: Chris@0: $settings['reverse_proxy'] = TRUE; Chris@0: $settings['reverse_proxy_addresses'] = array('138.37.95.150'); Chris@0: Chris@0: $settings['container_yamls'][] = $app_root . '/' . $site_path . '/services.yml'; Chris@0: $settings['file_scan_ignore_directories'] = [ Chris@0: 'node_modules', Chris@0: 'bower_components', Chris@0: ]; Chris@0: Chris@0: $databases['default']['default'] = array ( Chris@0: 'database' => 'drupal_isophonics', Chris@0: 'username' => 'drupal', Chris@0: 'password' => 'moomin', Chris@0: 'prefix' => '', Chris@0: 'host' => 'localhost', Chris@0: 'port' => '3306', Chris@0: 'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql', Chris@0: 'driver' => 'mysql', Chris@0: ); Chris@0: $settings['hash_salt'] = 'GeC1OEUYKWcT3MUD8CiEjYMFIBp87igewJVg-8DNAM-KDw8J-b3Xk3HcEDVCqemTXzdccrh7Cg'; Chris@0: $settings['install_profile'] = 'standard'; Chris@0: $config_directories['sync'] = 'sites/default/files/config_bwsZcZA9Btx324vJ10I7VyxjB1mzWm0f5vBTma6QMWz9Sj5bMwxrD1t41ftKfHUP3ob1j9KEuA/sync';