From a9776de62bb167d347549fa9fd53a360ae647c1d Mon Sep 17 00:00:00 2001 From: Aidan Cornelius-Bell Date: Wed, 1 Jan 2025 07:43:57 +1030 Subject: [PATCH] Changed config --- config/database.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/database.yml b/config/database.yml index 6ba8f97..02ff4e4 100644 --- a/config/database.yml +++ b/config/database.yml @@ -21,12 +21,15 @@ development: <<: *default database: arelpe_development +# Note: completely standalone test config, NOT inheriting from default test: adapter: mysql2 encoding: utf8mb4 collation: utf8mb4_0900_ai_ci pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> database: arelpe_test + username: root + host: 127.0.0.1 production: <<: *default -- 2.39.5