From ca95b34514510a28aec822ca2f3fddb0b8b65f05 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 16 Mar 2021 09:05:18 +0000 Subject: [PATCH] Document adding the port number References #9 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c453cc9..9348d55 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ drupal_settings: default: # The database target driver: mysql # Optional, defaults to 'mysql' host: localhost # Optional, defaults to 'localhost' + port: 3306 # Optional database: mydatabase username: user password: secret