mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
correcting default mysql port from 3309 to 3306
installation breaks using default config and manual edits to correct the port is currently required
This commit is contained in:
parent
8fdca7f42b
commit
22596f4bb8
|
@ -14,7 +14,7 @@ FILESYSTEM_DISK=local
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
DB_CONNECTION=sqlite_testing
|
DB_CONNECTION=sqlite_testing
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
DB_PORT=3309
|
DB_PORT=3306
|
||||||
DB_DATABASE=testing.sqlite
|
DB_DATABASE=testing.sqlite
|
||||||
DB_USERNAME=null
|
DB_USERNAME=null
|
||||||
DB_PASSWORD=null
|
DB_PASSWORD=null
|
||||||
|
|
Loading…
Reference in a new issue