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
e94b5ac435
commit
04c130e596
|
@ -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=
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue