Skip to content

Commit

Permalink
Add database test .envs
Browse files Browse the repository at this point in the history
  • Loading branch information
lfcifuentes committed Oct 12, 2023
1 parent e4ced52 commit 012a13c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions database/.env.mysql-test
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
DB_NAME=db_test
DB_USER=test
DB_PORT=3307
DB_PASSWORD=password_test
DB_ROOT_PASSWORD=password_test
DB_HOST=localhost
DB_CONNECTION=mysql
7 changes: 7 additions & 0 deletions database/.env.psql-test
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
DB_NAME=db_test
DB_USER=test
DB_PORT=5438
DB_PASSWORD=password_test
DB_ROOT_PASSWORD=password_test
DB_HOST=localhost
DB_CONNECTION=psql

0 comments on commit 012a13c

Please sign in to comment.