Document adding the port number

References #9
This commit is contained in:
Oliver Davies 2021-03-16 09:05:18 +00:00 committed by GitHub
parent 6a12b176e7
commit ca95b34514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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