diff --git a/templates/settings.php.j2 b/templates/settings.php.j2 index 22c4344..bd7ad99 100644 --- a/templates/settings.php.j2 +++ b/templates/settings.php.j2 @@ -7,6 +7,7 @@ $databases['{{ key }}']['{{ target }}'] = array( 'driver' => '{{ values.driver|default('mysql') }}', 'host' => '{{ values.host|default('localhost') }}', + 'port' => '{{ values.port|default('3306') }}', 'database' => '{{ values.database }}', 'username' => '{{ values.username }}', 'password' => '{{ values.password }}',