Skip to content

Commit

Permalink
[PHP]: fix hleb2-workerman
Browse files Browse the repository at this point in the history
  • Loading branch information
phphleb committed Dec 12, 2024
1 parent 5af9f0a commit 09ddf33
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions php/hleb2-workerman/config/common.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

return [
'debug' => false,
'log.enabled' => false,
'max.log.level' => 'info',
'max.cli.log.level' => 'info',
'log.level.in-cli' => false,
'error.reporting' => E_ALL,
'log.sort' => true,
'log.stream' => false,
'log.format' => 'row',
'log.db.excess' => 0,
'timezone' => 'UTC',
'routes.auto-update' => false,
'container.mock.allowed' => false,
'app.cache.on' => false,
'show.request.id' => false,
'max.log.size' => 0,
'max.cache.size' => 0,
];

0 comments on commit 09ddf33

Please sign in to comment.