From 8fdca7f42b3e5a82617f048cc0384f52e84607c2 Mon Sep 17 00:00:00 2001 From: geo-chen Date: Tue, 30 Aug 2022 20:40:04 +0800 Subject: [PATCH] correcting default mysql port from 3309 to 3306 installation breaks using default config and manual edits to correct the port is currently required --- .env.testing-ci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.testing-ci b/.env.testing-ci index 25c3a7238..82cd28570 100644 --- a/.env.testing-ci +++ b/.env.testing-ci @@ -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 \ No newline at end of file +LOG_CHANNEL=single