Skip to content
Snippets Groups Projects
Commit a8e0d27e authored by bcweaver's avatar bcweaver
Browse files

Add 'source_db' migration database to lando config

parent 2e04a231
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,18 @@
$settings['cache']['bins']['render'] = 'cache.backend.null';
$settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
$settings['extension_discovery_scan_tests'] = FALSE;
# Migration database
$databases['source_db']['default'] = array (
'database' => 'pantheon',
'username' => 'pantheon',
'password' => 'pantheon',
'host' => 'database.migratetod8.internal',
'port' => '3306',
'driver' => 'mysql',
'prefix' => '',
'collation' => 'utf8mb4_general_ci',
);
}
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