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:35 +08:00 committed by GitHub
parent 22596f4bb8
commit 3ef25c3a4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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