Skip to content

Instantly share code, notes, and snippets.

@omero
Created December 15, 2015 17:33
Show Gist options
  • Save omero/10b4691f780252dc8844 to your computer and use it in GitHub Desktop.
Save omero/10b4691f780252dc8844 to your computer and use it in GitHub Desktop.
<?php
$databases['default']['default'] = array (
'database' => 'campgdl',
'username' => 'campgdl',
'password' => 'campgdl',
'prefix' => '',
'host' => '127.0.0.1',
'port' => '3306',
'namespace' => 'Drupal\\Core\\Database\\Driver\\mysql',
'driver' => 'mysql',
);
$settings['install_profile'] = 'standard';
$settings['hash_salt'] = 'N7g8vAvIaWTPAj/6Yw2CODKmoofc8tUTXGPbxwcPti4=';⏎
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment