Skip to content
Snippets Groups Projects
{{ projectname }}.alias.yml.twig 200 B
dev:
  root: '/var/www/html/{{ webRoot }}'
  uri: '{{ projectname }}.docker.localhost:8000'
live:
  root: '{{ live.root }}'
  uri: '{{ live.uri }}'
  host: '{{ live.host }}'
  user: '{{ live.user }}'