Guest User

Untitled

a guest
Feb 17th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. name: dc2019-01
  2.  
  3. recipe: drupal8
  4.  
  5. config:
  6. php: '7.2'
  7. via: apache
  8. webroot: web
  9. drush: composer
  10. xdebug: true
  11. conf:
  12. php: .lando\config\php.ini
  13. # server: .lando\config\nginx.conf
  14.  
  15. services:
  16. database:
  17. type: mysql
  18. # It is important to set this value because otherwise it changes with each start
  19. portforward: 20010
  20. mailhog:
  21. type: mailhog
  22. portforward: 30010
  23. hogfrom:
  24. - appserver
  25.  
  26. tooling:
  27. vim:
  28. service: appserver
Add Comment
Please, Sign In to add comment