Skip to content

Commit

Permalink
Update DDEV config to add fqdns for localgov_microsites_group phpunit…
Browse files Browse the repository at this point in the history
… tests.
  • Loading branch information
finnlewis committed May 10, 2024
1 parent 9ba4ebe commit 4411c36
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
xdebug_enabled: false
additional_hostnames: [
localgov-micro,
localgov-micro-1,
localgov-micro-2,
localgov-micro-3,
localgov-micro-4,
localgov-micro-5
]
additional_fqdns: []
additional_hostnames:
- localgov-micro,
- localgov-micro-1
- localgov-micro-2
- localgov-micro-3
- localgov-micro-4
- localgov-micro-5
additional_fqdns:
- group-0.web
- group-1.web
- group-2.web
- group-3.web
- group-4.web
- group-5.web
database:
type: mariadb
version: "10.3"
Expand Down

0 comments on commit 4411c36

Please sign in to comment.