From 7844f65466c8392448feb9d32492cc8e6b233b96 Mon Sep 17 00:00:00 2001 From: xxq250 Date: Wed, 6 Sep 2023 11:16:48 +0800 Subject: [PATCH] =?UTF-8?q?ssl=5Fmode=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/database.yml.example | 1 - 1 file changed, 1 deletion(-) diff --git a/config/database.yml.example b/config/database.yml.example index 6df57463..0a70489d 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -14,7 +14,6 @@ default: &default username: <%= ENV.fetch("MYSQL_USER") { 'root' } %> password: <%= ENV.fetch("MYSQL_PWD") { '123456' } %> encoding: utf8 - ssl_mode: disabled development: <<: *default