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
22596f4bb8
commit
3ef25c3a4d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue