Created
March 20, 2017 11:19
-
-
Save thom8/0799443533c716cc9542baea79f0e5fd to your computer and use it in GitHub Desktop.
Minimal settings.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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