Skip to content

Configurations

You are viewing the next version (v6.7) of the documentation.
Click here to switch to the stable version (v6.6), or use the version switcher on the left to navigate between versions.

Configurations

Overview

When running Shopware 6 there are various configuration options you can use to customize your installation.

Configuration

The configuration for Shopware 6 resides in the general bundle configuration:

text
<project root>
└── config
   └── packages
      └── shopware.yaml

If you want to aim at a specific environment, you can create a configuration file for that as follows:

text
<project root>
└── config
   └── packages
      └── dev
         └── mailer.yaml
text
<project root>
└── config
   └── packages
      └── prod
         └── mailer.yaml

For more information on environment-specific configurations, check out the Symfony Configuration Environments section.