3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 02:15:41 +00: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:
geo-chen
2022-08-30 20:40:19 +08:00
committed by GitHub
parent 8fdca7f42b
commit 22596f4bb8

View File

@ -14,7 +14,7 @@ FILESYSTEM_DISK=local
# --------------------------------------------
DB_CONNECTION=sqlite_testing
DB_HOST=localhost
DB_PORT=3309
DB_PORT=3306
DB_DATABASE=testing.sqlite
DB_USERNAME=null
DB_PASSWORD=null