From 0fa03496427ba1b035151751eb6bdb21f40083ff Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 13 Apr 2024 20:05:24 -0400 Subject: database config --- config/database.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/database.yml b/config/database.yml index 9df517e..282a373 100644 --- a/config/database.yml +++ b/config/database.yml @@ -18,6 +18,7 @@ default: &default # For details on connection pooling, see Rails configuration guide # https://guides.rubyonrails.org/configuring.html#database-pooling pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %> + username: dmn development: <<: *default -- cgit v1.2.3