From: Aidan Cornelius-Bell Date: Tue, 31 Dec 2024 21:02:09 +0000 (+1030) Subject: hopefully this gets rid of the mysql password based exception in CI X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=28d9bcc2b0475dc90b5b500f59b22c57002efe67;p=arelpe.git hopefully this gets rid of the mysql password based exception in CI --- 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 } %>