Skip to content

Commit 9d5b402

Browse files
committed
Use specific prestashop debug env by default
1 parent fd4f237 commit 9d5b402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
return [
44
'url' => env('PRESTASHOP_URL', 'http://domain.com'),
55
'token' => env('PRESTASHOP_TOKEN', ''),
6-
'debug' => env('APP_DEBUG', false)
6+
'debug' => env('PRESTASHOP_DEBUG', env('APP_DEBUG', false))
77
];

0 commit comments

Comments
 (0)