Created
August 29, 2016 14:34
-
-
Save saiik/05545dff4a8416aa0e7a063ca818382c to your computer and use it in GitHub Desktop.
Shopware Config (debug)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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