Guest User

Untitled

a guest
Oct 21st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $databases['energy_blog']['default'] = array(
  2. 'driver' => 'mysql',
  3. 'database' => 'energy_blog',
  4. 'username' => 'drupaluser',
  5. 'password' => '',
  6. 'host' => '127.0.0.1',
  7. 'port' => 33066,
  8. );
Add Comment
Please, Sign In to add comment