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 f491310 commit 007b058Copy full SHA for 007b058
init_benchmark.sh
@@ -15,7 +15,7 @@ function clearCacheAndLogs() {
15
}
16
17
function init() {
18
- export APP_ENV=$$2
+ export APP_ENV='prod'
19
20
clearCacheAndLogs
21
public/index.php
@@ -5,7 +5,7 @@
5
6
require __DIR__ . '/../vendor/autoload.php';
7
8
-$kernel = new Kernel('restapi', true);
+$kernel = new Kernel('prod', false);
9
$request = Request::createFromGlobals();
10
$response = $kernel->handle($request);
11
$response->send();
0 commit comments