Skip to content

Commit

Permalink
Merge pull request #16 from RamonSouzaDev/backend
Browse files Browse the repository at this point in the history
feature backend: adicionando .env.testing para aplicação
  • Loading branch information
RamonSouzaDev authored Nov 16, 2023
2 parents 5f7b05e + e22fe76 commit 54dc92b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions backend-api/.env.testing
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
APP_ENV=testing
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost

DB_CONNECTION=sqlite
DB_DATABASE=:memory:

CACHE_DRIVER=array
SESSION_DRIVER=array
QUEUE_CONNECTION=sync

0 comments on commit 54dc92b

Please sign in to comment.