diff --git a/.env.dusk.local b/.env.dusk.local index f9162d076..33343ffc5 100644 --- a/.env.dusk.local +++ b/.env.dusk.local @@ -21,7 +21,7 @@ PUBLIC_FILESYSTEM_DISK=local_public # -------------------------------------------- DB_CONNECTION=mysql DB_HOST=localhost -DB_PORT=3309 +DB_PORT=3306 DB_DATABASE=snipeit-local DB_USERNAME=snipeit-local DB_PASSWORD=snipeit-local diff --git a/.env.example b/.env.example index ad949f81c..72aafd007 100644 --- a/.env.example +++ b/.env.example @@ -24,7 +24,7 @@ PUBLIC_FILESYSTEM_DISK=local_public # -------------------------------------------- DB_CONNECTION=mysql DB_HOST=127.0.0.1 -DB_PORT=3309 +DB_PORT=3306 DB_DATABASE=null DB_USERNAME=null DB_PASSWORD=null diff --git a/.env.testing b/.env.testing index b77758f0a..a60fc4e09 100644 --- a/.env.testing +++ b/.env.testing @@ -14,7 +14,7 @@ FILESYSTEM_DISK=local # -------------------------------------------- DB_CONNECTION=sqlite_testing DB_HOST=localhost -DB_PORT=3309 +DB_PORT=3306 DB_DATABASE=testing.sqlite DB_USERNAME=null DB_PASSWORD=null diff --git a/.env.testing-ci b/.env.testing-ci index 25c3a7238..82cd28570 100644 --- a/.env.testing-ci +++ b/.env.testing-ci @@ -14,7 +14,7 @@ FILESYSTEM_DISK=local # -------------------------------------------- DB_CONNECTION=sqlite DB_HOST=localhost -DB_PORT=3309 +DB_PORT=3306 DB_DATABASE='sqlite_testing' DB_USERNAME=root DB_PASSWORD=null @@ -35,4 +35,4 @@ IMAGE_LIB=gd # -------------------------------------------- # OPTIONAL: APP LOG FORMAT # -------------------------------------------- -LOG_CHANNEL=single \ No newline at end of file +LOG_CHANNEL=single diff --git a/.env.tests b/.env.tests index 530e14456..038884e5d 100644 --- a/.env.tests +++ b/.env.tests @@ -4,7 +4,7 @@ APP_URL=http://snipe-it.localapp DB_CONNECTION=mysql DB_DEFAULT=mysql DB_HOST=localhost -DB_PORT=3309 +DB_PORT=3306 DB_DATABASE=snipeittests DB_USERNAME=snipeit DB_PASSWORD=snipe diff --git a/.env.unit-tests b/.env.unit-tests index ad7930e3a..3a7263f86 100644 --- a/.env.unit-tests +++ b/.env.unit-tests @@ -4,7 +4,7 @@ APP_URL=http://snipe-it.localapp DB_CONNECTION=sqlite_testing DB_DEFAULT=sqlite_testing DB_HOST=localhost -DB_PORT=3309 +DB_PORT=3306 APP_KEY=base64:tu9NRh/a6+dCXBDGvg0Gv/0TcABnFsbT4AKxrr8mwQo=