Stop overriding the config path

This commit is contained in:
Oliver Davies 2020-05-10 01:44:18 +01:00
parent b94c0ac1a6
commit 314ba711af
2 changed files with 5 additions and 3 deletions

View file

@ -22,8 +22,8 @@ drupal_settings:
- drupal_root: '{{ release_web_path }}'
sites:
- name: default
filename: settings.local.php
settings:
base_url: http://d8.oliverdavies.uk
hash_salt: '{{ app_hash_salt }}'
databases:
default:
@ -33,8 +33,6 @@ drupal_settings:
database: oliverdavies_uk
username: '{{ app_mysql_user }}'
password: '{{ app_mysql_password }}'
config_directories:
sync: ../config/sync
trusted_hosts:
- '^d8\.oliverdavies\.uk$'
extra_parameters: |