Skip to content

Commit

Permalink
Include adminer url with thedrupal-vm default config. (#3800)
Browse files Browse the repository at this point in the history
  • Loading branch information
markf3lton authored and danepowell committed Aug 12, 2019
1 parent 6667450 commit 219da38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/drupal-vm/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ apache_vhosts:
serveralias: "www.dashboard.{{ drupal_domain }}"
documentroot: "/var/www/dashboard"
extra_parameters: "{{ apache_vhost_php_fpm_parameters }}"
- servername: 'adminer.{{ drupal_domain }}'
serveralias: 'www.adminer.{{ drupal_domain }}'
documentroot: '{{ adminer_install_dir }}'
extra_parameters: '{{ apache_vhost_php_fpm_parameters }}'

# - servername: "local.second-drupal-site.com"
# documentroot: "{{ drupal_core_path }}"
# extra_parameters: "{{ apache_vhost_php_fpm_parameters }}"
Expand Down

0 comments on commit 219da38

Please sign in to comment.