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
1f04cfdb44
commit
8fdca7f42b
|
@ -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
|
||||
LOG_CHANNEL=single
|
||||
|
|
Loading…
Reference in a new issue