Skip to content

Commit a33c6e5

Browse files
authored
Merge pull request #2089 from shopware/chores/update-paas-native-opensearch
chore: update paas native application.yaml to include opensearch toggle
2 parents f5b56ec + 1bad1ed commit a33c6e5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

products/paas/shopware/get-started/prepare-codebase.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ app:
7878
services:
7979
mysql:
8080
version: "8.0"
81+
opensearch:
82+
enabled: false
8183
```
8284
8385
#### Advanced Example (with Custom Environment Variables)
@@ -93,6 +95,8 @@ app:
9395
services:
9496
mysql:
9597
version: "8.0"
98+
opensearch:
99+
enabled: false
96100
```
97101
98102
## Hooks Configuration

0 commit comments

Comments
 (0)