Skip to content

Commit

Permalink
- env.ci fix (#37)
Browse files Browse the repository at this point in the history
* Laravel 11

* uniy

* broadcast
  • Loading branch information
husskade authored Oct 24, 2024
1 parent cbbad35 commit be04862
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/.env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ APP_URL=http://example-app.blumilk.localhost
LOG_CHANNEL=stack
LOG_LEVEL=debug

BROADCAST_DRIVER=log
CACHE_DRIVER=array
BROADCAST_CONNECTION=log
CACHE_STORE=array
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=array
Expand Down
2 changes: 1 addition & 1 deletion src/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<env name="APP_ENV" value="testing"/>
<env name="APP_KEY" value="base64:SKEJSy9oF9chQBCMbxqgj5zhtAvug9kwZ+cDiP1Y8A8="/>
<env name="BCRYPT_ROUNDS" value="4"/>
<env name="CACHE_DRIVER" value="array"/>
<env name="CACHE_STORE" value="array"/>
<env name="DB_HOST" value="example-app-db-dev"/>
<env name="DB_DATABASE" value="example-app-test"/>
<env name="DB_USERNAME" value="example-app"/>
Expand Down

0 comments on commit be04862

Please sign in to comment.