]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
fixed db name missing in test db
authorAidan Cornelius-Bell <[email protected]>
Sat, 11 Jan 2025 08:16:48 +0000 (18:46 +1030)
committerAidan Cornelius-Bell <[email protected]>
Sat, 11 Jan 2025 08:16:48 +0000 (18:46 +1030)
config/database.yml

index 0399a33e45007057f74e6a0b4f9c28edae339372..0f0dbdf932610685d3e8997937f44bb2a05e5345 100644 (file)
@@ -35,7 +35,7 @@ development:
 test:
   adapter: mysql2
   encoding: utf8mb4
-  database: <%= ENV['MYSQL_DATABASE'] %>
+  database: arelpe_test
   username: <%= ENV['MYSQL_USERNAME'] %>
   password: <%= ENV['MYSQL_PASSWORD'] %>
   host: <%= ENV['MYSQL_HOST'] %>