Format source code
This commit is contained in:
parent
3e5e0da168
commit
e9be4281a3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ $port = 3306;
|
||||||
if (empty(getenv('DDEV_PHP_VERSION'))) {
|
if (empty(getenv('DDEV_PHP_VERSION'))) {
|
||||||
$host = "127.0.0.1";
|
$host = "127.0.0.1";
|
||||||
$port = 32772;
|
$port = 32772;
|
||||||
}
|
}
|
||||||
|
|
||||||
$databases['default']['default'] = array(
|
$databases['default']['default'] = array(
|
||||||
'database' => "db",
|
'database' => "db",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue