Skip to content

Instantly share code, notes, and snippets.

View japerry's full-sized avatar

Jakob Perry japerry

View GitHub Profile
@japerry
japerry / default.local.settings.php
Created September 11, 2017 22:23
Example multisite local settings file.
<?php
/**
* @file
* Local development override configuration feature.
*/
use Symfony\Component\Yaml\Yaml;
if (file_exists($dir . '/blt/project.yml')) {
@japerry
japerry / local.settings.php
Created July 18, 2017 17:51
Local settings w/ ACSF hooks.
<?php
/**
* @file
* Local development override configuration feature.
*/
use Symfony\Component\Yaml\Yaml;
if (file_exists($dir . '/blt/project.yml')) {