Skip to content
Snippets Groups Projects
Unverified Commit b3864bdf authored by briancanini's avatar briancanini Committed by GitHub
Browse files

Merge pull request #73 from ASCWebServices/bw-updates

minor local dev fixes, and add 'roy-modern-head' to site list
parents 381ef297 5f212428
No related merge requests found
......@@ -59,3 +59,6 @@ Thumbs.db
# Things in the core directory that Drupal 8 commits in the repository.
!web/core/**/*.gz
# Lando config file
.lando.yml
......@@ -6,3 +6,4 @@ global-arts-and-humanities
mathematical-biosciences-institute
migration-target
ppec
roy-modern-head
......@@ -97,7 +97,7 @@
//error_log('set home dir: ' . $_ENV['HOME']);
}
else {
die("pantheon environment is lando but LANDO_WEBROOT isn't set");
error_log("pantheon environment is lando but LANDO_WEBROOT isn't set");
}
$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/development.services.yml';
......@@ -105,7 +105,7 @@
$config['system.performance']['js']['preprocess'] = FALSE;
$settings['cache']['bins']['render'] = 'cache.backend.null';
$settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
$settings['extension_discovery_scan_tests'] = TRUE;
$settings['extension_discovery_scan_tests'] = FALSE;
}
else if ( $_SERVER['HTTP_HOST'] == 'ascbsc.osu.edu' ||
$_SERVER['HTTP_HOST'] == 'intranet.asc.ohio-state.edu' ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment