Skip to content

Commit

Permalink
Declare DB_PORT in all .env files
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegordon committed Aug 12, 2022
1 parent c7d9baa commit 98a1117
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.dusk.local
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ PUBLIC_FILESYSTEM_DISK=local_public
# --------------------------------------------
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3309
DB_DATABASE=snipeit-local
DB_USERNAME=snipeit-local
DB_PASSWORD=snipeit-local
Expand Down
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ PUBLIC_FILESYSTEM_DISK=local_public
# --------------------------------------------
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3309
DB_DATABASE=null
DB_USERNAME=null
DB_PASSWORD=null
Expand Down
1 change: 1 addition & 0 deletions .env.testing
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ FILESYSTEM_DISK=local
# --------------------------------------------
DB_CONNECTION=sqlite_testing
DB_HOST=localhost
DB_PORT=3309
DB_DATABASE=testing.sqlite
DB_USERNAME=null
DB_PASSWORD=null
Expand Down
1 change: 1 addition & 0 deletions .env.testing-ci
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ FILESYSTEM_DISK=local
# --------------------------------------------
DB_CONNECTION=sqlite
DB_HOST=localhost
DB_PORT=3309
DB_DATABASE='sqlite_testing'
DB_USERNAME=root
DB_PASSWORD=null
Expand Down
1 change: 1 addition & 0 deletions .env.tests
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ APP_URL=http://snipe-it.localapp
DB_CONNECTION=mysql
DB_DEFAULT=mysql
DB_HOST=localhost
DB_PORT=3309
DB_DATABASE=snipeittests
DB_USERNAME=snipeit
DB_PASSWORD=snipe
Expand Down
1 change: 1 addition & 0 deletions .env.unit-tests
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ APP_URL=http://snipe-it.localapp
DB_CONNECTION=sqlite_testing
DB_DEFAULT=sqlite_testing
DB_HOST=localhost
DB_PORT=3309
APP_KEY=base64:tu9NRh/a6+dCXBDGvg0Gv/0TcABnFsbT4AKxrr8mwQo=


Expand Down

0 comments on commit 98a1117

Please sign in to comment.