Skip to content

Commit

Permalink
style: fix codestyle and xdebug environment value
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodmain committed Jul 4, 2024
1 parent 1fae114 commit c739c39
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .env.testing
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ APP_KEY=base64:RMlWJrRHIuHLYRplJvWaLNwWvRoVkQdDTZe6U1Z4xRY=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost
FAIL_EXPORT_JSON=false

DB_CONNECTION=pgsql
DB_HOST=pgsql_test
Expand Down
2 changes: 1 addition & 1 deletion config/auto-doc.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
'jwt' => [
'type' => 'apiKey',
'name' => 'Authorization',
'in' => 'header'
'in' => 'header',
],
'laravel' => [
'type' => 'apiKey',
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
WEB_DOCUMENT_ROOT: /app/public
WEB_DOCUMENT_INDEX: index.php
REDIS_PORT: "6379"
php.xdebug.max_nesting_level: 250
XDEBUG_MAX_NESTING_LEVEL: 250
XDEBUG_PROFILER_ENABLE: 0
XDEBUG_START_WITH_REQUEST: 1
XDEBUG_DISCOVER_CLIENT_HOST: 0
Expand Down

0 comments on commit c739c39

Please sign in to comment.