]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
hopefully this gets rid of the mysql password based exception in CI
authorAidan Cornelius-Bell <[email protected]>
Tue, 31 Dec 2024 21:02:09 +0000 (07:32 +1030)
committerAidan Cornelius-Bell <[email protected]>
Tue, 31 Dec 2024 21:02:09 +0000 (07:32 +1030)
config/database.yml

index 94287d2bebbf639e115beb220703de0971867f7a..73c660df4507f6530a0c5f07ded10cc499c74cb9 100644 (file)
@@ -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 } %>