Skip to content

Commit

Permalink
feat: add new config of deployment helper
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Oct 24, 2024
1 parent c6c3f0f commit 7387a2f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shop/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ type ConfigDeployment struct {
LicenseDomain string `yaml:"license-domain"`
} `yaml:"store"`

Cache struct {
AlwaysClear bool `yaml:"always_clear"`
} `yaml:"cache"`

// The extension management of the deployment
ExtensionManagement struct {
// When enabled, the extensions will be installed, updated, and removed
Expand Down
9 changes: 9 additions & 0 deletions shop/shopware-project-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,15 @@
"additionalProperties": false,
"type": "object"
},
"cache": {
"properties": {
"always_clear": {
"type": "boolean"
}
},
"additionalProperties": false,
"type": "object"
},
"extension-management": {
"properties": {
"enabled": {
Expand Down

0 comments on commit 7387a2f

Please sign in to comment.