Skip to content

Commit

Permalink
feat: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Oct 17, 2024
1 parent 796bfdf commit 93b252f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shop/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ type ConfigDeployment struct {
} `yaml:"hooks"`

Store struct {
LicenseDomain string `yaml:"licenseDomain"`
LicenseDomain string `yaml:"license-domain"`
} `yaml:"store"`

// The extension management of the deployment
Expand Down
2 changes: 1 addition & 1 deletion shop/shopware-project-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
},
"store": {
"properties": {
"licenseDomain": {
"license-domain": {
"type": "string"
}
},
Expand Down

0 comments on commit 93b252f

Please sign in to comment.