Constants

Custom constants must defined in \brixy\App\Config\custom\Contants.php.

Example: 'CONTANT_NAME', 'VALUE'

define('SHOP_CONNECTION_ID', 2);

They can be used with php code of your application.

Example to use:

echo SHOP_CONNECTION_ID;