Skip to content

Commit

Permalink
Reverse ddev changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloelcolombiano committed Oct 30, 2024
1 parent 2c965fb commit 672b431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
$dns = 'sqlite:test.db';
break;
case 'mysql':
$dns = 'mysql:host=db;dbname=db;user=db;password=db';
$dns = 'mysql:host=localhost;dbname=tdc;user=root;password=root';
break;
case 'postgres':
$dns = 'pgsql:host=db;dbname=db;user=db;password=db';
$dns = 'pgsql:host=localhost;dbname=tdc;user=root;password=root';
break;
default:
throw new Exception("The driver $driver is not supported.");
Expand Down

0 comments on commit 672b431

Please sign in to comment.