We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad73d8 commit 46c5ae5Copy full SHA for 46c5ae5
src/config.php
@@ -1,7 +1,7 @@
1
<?php
2
3
return [
4
- 'url' => 'http://domain.com',
5
- 'token' => '',
+ 'url' => env('PRESTASHOP_URL', 'http://domain.com'),
+ 'token' => env('PRESTASHOP_TOKEN', ''),
6
'debug' => env('APP_DEBUG', false)
7
];
0 commit comments