Skip to content

Commit

Permalink
Lando Setup Fixes (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama authored Jan 19, 2024
1 parent ba3ab98 commit f69299a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
11 changes: 5 additions & 6 deletions lando/example.lando.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: gryphon
recipe: drupal8
name: sulgryphon
recipe: drupal10
config:
webroot: docroot
php: '7.3'
php: '8.1'
xdebug: false
proxy:
appserver:
- gryphon.lndo.site
- cardinalservice.lndo.site
- sulgryphon.lndo.site
services:
appserver:
build_as_root:
Expand Down Expand Up @@ -37,7 +36,7 @@ services:
creds:
user: drupal
password: drupal
database: cardinalservice
database: sulgryphon
# gryphon:
# creds:
# user: drupal
Expand Down
8 changes: 4 additions & 4 deletions lando/example.local.blt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
project:
local:
protocol: https
hostname: cardinalservice.lndo.site
uri: https://cardinalservice.lndo.site
hostname: sulgryphon.lndo.site
uri: https://sulgryphon.lndo.site
profile:
name: sul_profile
drupal:
db:
username: drupal
password: drupal
host: cardinalservice
database: cardinalservice
host: sulgryphon
database: drupal
port: 3306
tests:
selenium:
Expand Down

0 comments on commit f69299a

Please sign in to comment.