From 28d9bcc2b0475dc90b5b500f59b22c57002efe67 Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Wed, 1 Jan 2025 07:32:09 +1030 Subject: [PATCH] hopefully this gets rid of the mysql password based exception in CI --- config/database.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index 94287d2..73c660d 100644 --- a/config/database.yml +++ b/config/database.yml @@ -28,7 +28,6 @@ test: pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> database: arelpe_test username: root - password: host: <%= ENV.fetch('MYSQL_HOST') { '127.0.0.1' } %> port: <%= ENV.fetch('MYSQL_PORT') { 3306 } %> -- 2.39.5