diff --git a/config/database.yml.example b/config/database.yml.example index 6df574636..0a70489db 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