Skip to content

Commit 7739c65

Browse files
author
Jonathan Visser
committed
Add sample config for Shopware 6 application on hypernode deploy
1 parent 49d0920 commit 7739c65

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
11
# Config for Shopware 6
2+
3+
This is a sample configuration that suffices for most Shopware 6 installations:
4+
5+
```php
6+
<?php
7+
8+
namespace Hypernode\DeployConfiguration;
9+
10+
$configuration = new ApplicationTemplate\Shopware6();
11+
12+
$productionStage = $configuration->addStage('production', 'shopware6.komkommer.store');
13+
$productionStage->addServer('appname.hypernode.io');
14+
15+
return $configuration;
16+
```
17+
18+
By using the Shopware6 ApplicationTemplate, a bunch of default configuration gets set in Hypernode Deploy, and should work out-of-the-box for most shopware 6 stores.

0 commit comments

Comments
 (0)