Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-core / templates / core / sites / alias.yml.twig
diff --git a/vendor/drupal/console-core/templates/core/sites/alias.yml.twig b/vendor/drupal/console-core/templates/core/sites/alias.yml.twig
new file mode 100644 (file)
index 0000000..b17302b
--- /dev/null
@@ -0,0 +1,22 @@
+{{ environment }}:
+  type: {{ type }}
+  root: {{ root }}
+{% if host %}
+  host: {{ host }}
+{% endif %}
+{% if port %}
+  port: {{ port }}
+{% endif %}
+{% if user %}
+  user: {{ user }}
+{% endif %}
+{% if uri %}
+  options:
+    uri: {{ uri }}
+{% else %}
+#  options:
+{% endif %}
+#  arguments:
+{% if extra_options %}
+  extra-options: '{{ extra_options }}'
+{% endif %}