Skip to content

Commit

Permalink
add missing env file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Jan 19, 2024
1 parent ab86009 commit 289f237
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .env.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
APP_ENV=ci
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost

LOG_CHANNEL=stack
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_DATABASE=tests
DB_USERNAME=root
DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=array
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=array

MAIL_MAILER=log

0 comments on commit 289f237

Please sign in to comment.