b17302b89045de38d727694c49718a3a294ee434
[yaffs-website] / vendor / drupal / console-core / templates / core / sites / alias.yml.twig
1 {{ environment }}:
2   type: {{ type }}
3   root: {{ root }}
4 {% if host %}
5   host: {{ host }}
6 {% endif %}
7 {% if port %}
8   port: {{ port }}
9 {% endif %}
10 {% if user %}
11   user: {{ user }}
12 {% endif %}
13 {% if uri %}
14   options:
15     uri: {{ uri }}
16 {% else %}
17 #  options:
18 {% endif %}
19 #  arguments:
20 {% if extra_options %}
21   extra-options: '{{ extra_options }}'
22 {% endif %}