{{ environment }}:
  type: {{ type }}
  root: {{ root }}
{% if host %}
  host: {{ host }}
{% endif %}
{% if port %}
  port: {{ port }}
{% endif %}
{% if user %}
  user: {{ user }}
{% endif %}
{% if uri or drupal_console_binary %}
  options:
{% if uri %}
    uri: {{ uri }}
{% endif %}
{% if drupal_console_binary %}
    drupal-console-binary: {{ drupal_console_binary }}
{% endif %}
{% else %}
#  options:
{% endif %}
#  arguments:
{% if extra_options %}
  extra-options: '{{ extra_options }}'
{% endif %}
