Skip to content

Commit

Permalink
use production mode by default - see rvolz#399
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespub committed Jul 25, 2023
1 parent 5d723cf commit 558827c
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 29 deletions.
58 changes: 31 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified data/data.db
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
# Init app and routes
$app = new \Slim\Slim([
'view' => new \Slim\Views\Twig(),
#'mode' => 'production',
'mode' => 'production',
#'mode' => 'debug',
'mode' => 'development',
#'mode' => 'development',
]);

$app->configureMode('production', 'confprod');
Expand Down
1 change: 1 addition & 0 deletions scripts/package.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'data' => 'data',
'index.php',
'installcheck.php',
'php.ini',
'favicon.ico',
'bbs-icon.png',
'CHANGELOG.md',
Expand Down

0 comments on commit 558827c

Please sign in to comment.