Skip to content

Commit

Permalink
Add .lando.yml for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Hunt committed Feb 11, 2023
1 parent 9d05c27 commit 18c1eb7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docroot/.lando.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: thesorrowandthepride-d7
recipe: drupal7
config:
webroot: .
php: 7.4
xdebug: false
services:
database:
type: mysql:5.7
tooling:
drush:
service: appserver
cmd: drush --root=/app

0 comments on commit 18c1eb7

Please sign in to comment.