Skip to content
Snippets Groups Projects
Commit 73e6f53c authored by jurgenhaas's avatar jurgenhaas
Browse files

Better test for Drush outside of Docker containers

parent 01df810b
No related branches found
Tags v0.1.3
No related merge requests found
Pipeline #
......@@ -18,7 +18,7 @@ $databases = array (
),
);
if (PHP_SAPI === 'cli') {
if (empty($_SERVER['GOTLP_VER'])) {
$databases['default']['default']['host'] = '127.0.0.1';
$databases['default']['default']['port'] = '8306';
}
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