Skip to content

Instantly share code, notes, and snippets.

View zakiya's full-sized avatar

zakiya zakiya

View GitHub Profile
@zakiya
zakiya / settings.php
Created January 13, 2017 21:08 — forked from Jaesin/d7.settings.php
Some settings.php options
<?php
/**
* @file
* Some possible additions to the settings.php file or the settings.local.php file.
*/
$databases = ['default' => ['default' => [
'database' => 'db',
'username' => 'user',
'password' => 'pwd',