Skip to content
Snippets Groups Projects
Commit fadb4e1f authored by jurgenhaas's avatar jurgenhaas
Browse files

Accespt webserver container as baseurl

parent 8a6a2916
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
{% if drupal.version == 8 %}
$settings['trusted_host_patterns'] = array(
'^{{ projectname }}\.docker\.localhost$',
'^{{ webserver.type }}$',
);
$databases = array(
'default' => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment