Skip to content

Commit

Permalink
fix: remove cruft from DdevApp (ddev#5274) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Aug 19, 2023
1 parent c92672f commit aae2175
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/ddevapp/ddevapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ type DdevApp struct {
PHPVersion string `yaml:"php_version"`
WebserverType string `yaml:"webserver_type"`
WebImage string `yaml:"webimage,omitempty"`
DBImage string `yaml:"dbimage,omitempty"`
DBAImage string `yaml:"dbaimage,omitempty"`
RouterHTTPPort string `yaml:"router_http_port,omitempty"`
RouterHTTPSPort string `yaml:"router_https_port,omitempty"`
XdebugEnabled bool `yaml:"xdebug_enabled"`
Expand Down

0 comments on commit aae2175

Please sign in to comment.