Skip to content

Instantly share code, notes, and snippets.

@thom8
Created March 20, 2017 11:19
Show Gist options
  • Save thom8/0799443533c716cc9542baea79f0e5fd to your computer and use it in GitHub Desktop.
Save thom8/0799443533c716cc9542baea79f0e5fd to your computer and use it in GitHub Desktop.
Minimal settings.php
<?php
$settings['hash_salt'] = 'Ff2eKyjMCb3Qcp6StE1ZwkqgLRaAd2a_e5Gz2gF6v2wNkox7clvZ9A43TxsBsg_48IOYRNpbGQ';
$databases['default']['default'] = array (
'database' => 'drupal',
'username' => 'drupal',
'password' => 'drupal',
'prefix' => '',
'host' => 'localhost',
'port' => '',
'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
'driver' => 'mysql',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment