From c5e4f104782e3ed23b54f7abc9ee6f7e3b9751df Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 28 Jan 2019 23:41:29 +0000 Subject: [PATCH] Specify Drupal version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85ab3af..1e61222 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ drupal_settings: database: mydatabase username: user password: secret - trusted_hosts: # Optional + trusted_hosts: # Optional, Drupal 8 - '^example\.com$' - '^.+\.example\.com$' - '^example\.org$'