Add ability to add trusted hosts

This commit is contained in:
Oliver Davies 2019-01-24 02:54:37 +00:00
parent 567563c969
commit ae08938367
2 changed files with 13 additions and 0 deletions

View file

@ -15,4 +15,9 @@ drupal_settings:
database: mydatabase
username: user
password: secret
trusted_hosts: # Optional
- '^example\.com$'
- '^.+\.example\.com$'
- '^example\.org$'
- '^.+\.example\.org$'
```