mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -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
3ef25c3a4d
commit
4e7fea3468
|
@ -21,7 +21,7 @@ PUBLIC_FILESYSTEM_DISK=local_public
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
DB_CONNECTION=mysql
|
DB_CONNECTION=mysql
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
DB_PORT=3309
|
DB_PORT=3306
|
||||||
DB_DATABASE=snipeit-local
|
DB_DATABASE=snipeit-local
|
||||||
DB_USERNAME=snipeit-local
|
DB_USERNAME=snipeit-local
|
||||||
DB_PASSWORD=snipeit-local
|
DB_PASSWORD=snipeit-local
|
||||||
|
|
Loading…
Reference in a new issue