Skip to content

Commit

Permalink
update testing env example
Browse files Browse the repository at this point in the history
  • Loading branch information
repl6669 committed Nov 25, 2024
1 parent 1229de8 commit 5d2a514
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .env.testing.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ APP_URL=http://localhost
DB_CONNECTION="sqlite"
DB_DATABASE=":memory:"

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=
QUEUE_CONNECTION=sync
CACHE_DRIVER=array

REDIS_CLIENT=phpredis
REDIS_HOST=localhost
REDIS_PASSWORD=null
REDIS_PORT=6379

PAYMENTS_TYPE=stripe
PAYMENT_DRIVER=stripe

STRIPE_PUBLIC_KEY=pk_test_
STRIPE_SECRET_KEY=sk_test_
Expand Down

0 comments on commit 5d2a514

Please sign in to comment.