$settings['config_sync_directory'] = '../config/sync'; $databases['default']['default'] = [ 'database' => getenv('DRUPAL_DB_NAME') ?: 'drupal', 'username' => getenv('DRUPAL_DB_USER') ?: 'drupal', 'password' => getenv('DRUPAL_DB_PASS') ?: 'drupal', 'host' => getenv('DRUPAL_DB_HOST') ?: 'localhost', 'port' => getenv('DRUPAL_DB_PORT') ?: '3306', 'driver' => getenv('DRUPAL_DB_DRIVER') ?: 'mysql', 'prefix' => '', ]; $settings['hash_salt'] = getenv('DRUPAL_HASH_SALT'); // Environment-specific trusted hosts if ($trusted_hosts = getenv('DRUPAL_TRUSTED_HOSTS')) { $settings['trusted_host_patterns'] = array_map( 'trim', explode(',', $trusted_hosts) ); } Redirecting to /core/install.php Redirecting to /core/install.php.