Skip to content

Instantly share code, notes, and snippets.

@saiik
Created August 29, 2016 14:34
Show Gist options
  • Select an option

  • Save saiik/05545dff4a8416aa0e7a063ca818382c to your computer and use it in GitHub Desktop.

Select an option

Save saiik/05545dff4a8416aa0e7a063ca818382c to your computer and use it in GitHub Desktop.
Shopware Config (debug)
<?php
return [
'db' => [
'host' => '',
'port' => '',
'username' => '',
'password' => '',
'dbname' => ''
],
'front' => [
'showException' => true,
'throwExceptions' => true,
'noErrorHandler' => false,
],
'phpsettings' => [
'display_errors' => 1,
]
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment